-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(gh-cat-9) Add specific data types #181
Conversation
wsus_client is a classthat may have no external impact to Forge modules. wsus_client::setting is a typethat may have no external impact to Forge modules. This module is declared in 1 of 579 indexed public
|
Previous to this commit, the wsus_client module would fail to start unit and/or spec testing on any PR, crashing at the beginning of the process and throwing syntax errors. This commit aims to review and fix multiple syntax warnings, making sure that the module complies with syntax standards and that each parameter has an appropriate data type assigned. Note: This is backwards incompatible.
Prior to this commit, a different commit containing some syntax update was implemented. However, this update broke several test cases. This commit aims to update the unit_spec.rb test file so that its test cases keep working as intended. It also makes a few changes on top of the previous syntax update to help the test file run correctly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Prior to this commit, spec tests for this module were not as strict on error messages as was hoped due to changes introduced in #181. This commit aims to reduce the chance of erroneous tests appearing as passed, by matching to more accurate and strict error messages.
Prior to this commit, spec tests for this module were not as strict on error messages as was hoped due to changes introduced in #181. This commit aims to reduce the chance of erroneous tests appearing as passed, by matching to more accurate and strict error messages.
Prior to this commit, spec tests for this module were not as strict on error messages as was hoped due to changes introduced in #181. This commit aims to reduce the chance of erroneous tests appearing as passed, by matching to more accurate and strict error messages.
Prior to this commit, spec tests for this module were not as strict on error messages as was hoped due to changes introduced in #181. This commit aims to reduce the chance of erroneous tests appearing as passed, by matching to more accurate and strict error messages.
Prior to this commit, spec tests for this module were not as strict on error messages as was hoped due to changes introduced in #181. This commit aims to reduce the chance of erroneous tests appearing as passed, by matching to more accurate and strict error messages.
Previous to this commit, the wsus_client module would fail to start
unit and/or spec testing on any PR, crashing at the beginning of the
process and throwing syntax errors.
This commit aims to review and fix multiple syntax warnings, making sure
that the module complies with syntax standards and that each parameter
has an appropriate data type assigned.
Note: This is backwards incompatible.