-
-
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 final cuke failures #487
Conversation
This did not have the intended result on Travis. I'm going to investigate. |
This avoids the case where no command was stopped yet. This also updates the documented behavior in the cucumber feature.
- Create a file picked up by rspec in each scenario - Fix before :each syntax to work on Ruby < 2.4 - Create correct fixture file in each scenario
All relevant builds are green! |
After this, I want to tackle #432. |
Hi @mvz, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
But besides the comment I'm happy you fixed things! Thanks a lot! |
|
Summary
Fixes the remaining cucumber scenarios.
Details
should( not)? (pass|fail)
steps to do the same.build-aruba
feature.Motivation and Context
This final change should make the full cucumber suite pass.
Types of changes