-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Fix dependency error for install #427
Fix dependency error for install #427
Conversation
Not sure, why this fails. I think this needs some more investigation. Can you try and use this instructions to debug the "situation"? |
@maxmeyer thanks for the replying. sorry for my late replying. |
When I ran for specified failed feature file,
I think this might be related to my bundle install command,
|
@junaruga the Travis build succeeds even if the scenarios fail, unfortunately. |
@mvz ok thanks for sharing the fact. |
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.
Looks good to me.
Summary
Aruba install for development was failed on Ruby 2.4.0.
After updating runtime dependency of cucumber, unit tests are still failed.
However I would like to share the situation.
Details
After updating
aruba.gemspec
, and installing again.rspec tests were succeeded.
cucumber tests were failed.
Motivation and Context
I want to develop and test on Ruby 2.4.0.
This PR's purpose is also to share the result of the
cucumber
tests failures on Travis's result.How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: