-
Notifications
You must be signed in to change notification settings - Fork 611
[IAC-1735] - update spec tests #1289
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
Conversation
2e458db to
91465a9
Compare
35501c4 to
6a68ec9
Compare
smortex
left a comment
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, but I am confused about this new function 🤔
spec/spec_helper_local.rb
Outdated
| def postgresql_version | ||
| '9.6' | ||
| end | ||
|
|
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.
This function does not seem to be used in the rest of the changes of this PR. Was it added by mistake?
ekohl
left a comment
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.
I removed the additional method. Will squash on merge.
|
Ah, I now see this was added because it's actually used in |
|
I opened #1291 which takes most of this commit, but fixes the broken unit test separately with let blocks. |
The tests related to classes or defines which are using
ensure_packagesfunction fromstdlibneeds to be updated accordingly to this PR puppetlabs/puppetlabs-stdlib#1196