We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Travis switched default Ruby to version 2.2 Now all acceptance tests that where running on RVM: default setting fail with message:
NameError: uninitialized constant Syck
There is a need to set RVM to 2.1 in acceptance tests until support for Ruby 2.2 will be available.
2.1
The text was updated successfully, but these errors were encountered:
This blocks all tests and need to be addressed ASAP
Sorry, something went wrong.
This finally should be addressed in #35
Fixing #34: running acceptance tests on rvm 2.1 insead of default
2a36d94
Merge pull request #36 from coi-gov-pl/hotfix/34-acceptance-tests-on-…
a58e0ab
…rvm-21 Fixing #34: running acceptance tests on rvm 2.1 instead of default
Closing this issue due to merging of PR #36
cardil
No branches or pull requests
Travis switched default Ruby to version 2.2 Now all acceptance tests that where running on RVM: default setting fail with message:
NameError: uninitialized constant Syck
There is a need to set RVM to
2.1
in acceptance tests until support for Ruby 2.2 will be available.The text was updated successfully, but these errors were encountered: