[rspec-users] cucumber command
James Byrne
lists at ruby-forum.com
Fri Dec 26 08:05:43 EST 2008
Joseph Wilk wrote:
> If you want to use the tool directly you could do:
>
> cucumber --require features/support/ --require
> features/step_definitions/ --language es
> features/administracion/alta_centros.feature
This style works for me, from the project root directory:
$ cucumber -r features features/administracion/alta_centros.feature
Have not tried this with the language option though.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list