-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
When running rake cucumber at the end of the run I get invalid option #507
Comments
@@stop_auto_run = true in your env.rb should fix this. |
I've got the same issue and @@stop_auto_run = true doesn't appear to make any difference. |
thanks @ambirag for me it did the trick |
I am finding that There are a bunch of issues and monkey patches floating around for this issue, but it doesn't seem like anyone has definitively fixed it. Can anyone point to a legitimate fix? |
@h3h others have reported this as fixed if you use cucumber 1.3.8 and cucumber-rails master, which fixes cucumber/cucumber-rails#253 |
@aslakhellesoy Thanks. cucumber 1.3.8 + cucumber-rails@master seem to work. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When running rake cucumber at the end of the run I get invalud option
I found some old "fixed" issues but no fix for this.
GemFile
Please advice
The text was updated successfully, but these errors were encountered: