[rspec-users] Language configuration in cucumber
Juanma Cervera
lists at ruby-forum.com
Fri Sep 26 09:47:42 EDT 2008
Thanks Aslak.
when I executed "ruby script/generate cucumber", after installing the
plugins, these are the folders and files that were created:
features/steps
features/steps/env.rb
features/steps/common_webrat.rb
lib/tasks
lib/tasks/cucumber.rake
script/cucumber.rake
I think "script/cucumber.rake" must be wrong,
and it must be renamed to "script/cucumber", right?
And all works.
aslak hellesoy wrote:
> On Fri, Sep 26, 2008 at 1:19 PM, Juanma Cervera <lists at ruby-forum.com>
> wrote:
>
> ruby script/cucumber --help
>
> There you should see that you can use --language es.
> You can put this in your tasks/cucumber.rake file
>
> Aslak
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list