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

(HC-91) Make tests compatible with newer ruby versions #39

Conversation

HAIL9000
Copy link
Contributor

Prior to this commit, some of the spec tests were failing on Ruby
2.2 and newer. This was due to the fact that the way variable names
are handled and scoped had changed, and we were unintentionally
overloading a variable name. In order to fix this issue, change
one of the variable names so they do not conflict.

Prior to this commit, some of the spec tests were failing on Ruby
2.2 and newer. This was due to the fact that the way variable names
are handled and scoped had changed, and we were unintentionally
overloading a variable name. In order to fix this issue, change
one of the variable names so they do not conflict.
@jpinsonault
Copy link
Contributor

This looks good to me 👍

@cprice404 cprice404 merged commit e20784e into puppetlabs:master Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants