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/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to