Re: [rspec-users] [cucumber] missing the command --line option

2009-01-15 Thread Fernando García Samblas
Matt Wynne escribió: > Use this syntax: > > cucumber path/to/your.feature:41 Thanks Matt! "I should read usage info from top to bottom before asking in the list" "I should read usage info from top to bottom before asking in the list" "I should read usage info from top to bottom before asking in th

Re: [rspec-users] [cucumber] missing the command --line option

2009-01-15 Thread Fernando García Samblas
aslak hellesoy escribió: > > foo.feature:line is even faster - you can copy-paste it In two words: awe-some :) Thanks again! > > http://wiki.github.com/aslakhellesoy/cucumber/running-features I should read the wiki before asking at the list I should read the wiki before asking at the list I shoul

Re: [rspec-users] [cucumber] missing the command --line option

2009-01-14 Thread Matt Wynne
On 14 Jan 2009, at 19:22, Fernando García Samblas wrote: Cucus, previous versions of cucumber had a command --line option that let you run only one scenario given its line at the feature file. Now, as far as I know, to do the same thing (run a specific scenario) I have to use the --scenar

Re: [rspec-users] [cucumber] missing the command --line option

2009-01-14 Thread aslak hellesoy
On Wed, Jan 14, 2009 at 8:22 PM, Fernando García Samblas < fernando.gar...@the-cocktail.com> wrote: > > Cucus, > > previous versions of cucumber had a command --line option that let you > run only one scenario given its line at the feature file. > foo.feature:line is even faster - you can copy-pa

[rspec-users] [cucumber] missing the command --line option

2009-01-14 Thread Fernando García Samblas
Cucus, previous versions of cucumber had a command --line option that let you run only one scenario given its line at the feature file. Now, as far as I know, to do the same thing (run a specific scenario) I have to use the --scenario option writing the scenario name. In my opinion, since cucum