Cucumber doesn't give special meaning to any tags, and no such
behaviour is hard-wired.
Cucumber-Rails sets up Rake tasks for you in liv/tasks/cucumber.rake
and config/cucumber.yml. They use the @wip tag. You can modify this if
you want different behaviour.
Aslak
> Bharat
>
> features/authentication.feature:7:in `Scenario: Signup (Refactored)'
>
> --
> You received this message because you are subscribed to the Google Groups "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
>
>
Can you give an example Matt? I don't understand what you mean.
Aslak
> On Sun, Jul 11, 2010 at 7:21 PM, Matt Wynne <ma...@mattwynne.net> wrote:
>> Another thought which I may have just missed in the features: what happens if cli options and code options conflict? Who wins? Seems to me cli should overide code
>>
>
> Can you give an example Matt? I don't understand what you mean.
>
> Aslak
Sorry, wrong thread. Phone/email fail. Ignore me.
cheers,
Matt
Software Quality Coaching
http://blog.mattwynne.net
+44(0)7974 430184
The culprit is almost certainly a stray rerun.txt file. You're not the
first to get bitten by it--not by a long shot--so don't worry about
that. You're definitely not going crazy. I'm a bit confused why the
new version of cucumber-rails (that generated the "bad" cucumber.yml)
was still picking up rerun.txt by default, though. Did you ever run
the plain cucumber command from the root of your app, or did you only
see the error when using "ruby script/cucumber"?
Mike
> Bharat