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

Commits on Oct 17, 2016

  1. (HC-91) Make tests compatible with newer ruby versions

    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.
    HAIL9000 committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    3bf7cdf View commit details
    Browse the repository at this point in the history