Skip to content
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

Leverage gomega matchers, to allow for more complex asserts. #39

Merged
merged 1 commit into from
Feb 17, 2016

Conversation

aelsabbahy
Copy link
Member

Convert the following attributes to numeric. This allows for numeric
comparisons like {"uid": {"lt": 1000 }}:

  • user.uid
  • user.gid
  • group.gid
  • command.exit-status

Added deprication warning if the above arent numeric, to migrate goss file, run:
sed -ri 's/("(uid|gid|exit-status)": )"(.*)"/\1\3/g' goss.json
#31

Convert the following attributes to numeric. This allows for numeric
comparisons like `{"uid": {"lt": 1000 }}`:
  * user.uid
  * user.gid
  * group.gid
  * command.exit-status

Added deprication warning if the above arent numeric.
aelsabbahy added a commit that referenced this pull request Feb 17, 2016
Leverage gomega matchers, to allow for more complex asserts.
@aelsabbahy aelsabbahy merged commit 581ed0a into master Feb 17, 2016
@aelsabbahy aelsabbahy deleted the feature/31_enhanced_matchers branch March 8, 2016 16:16
@dklimpel dklimpel mentioned this pull request Jun 12, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant