[rspec-users] Language configuration in cucumber

2008-09-26 Thread Juanma Cervera
I have just installed cucumber in a rails application following the instructions in the wiki http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails How I have to specify the configuration option for using cucumber in spanish language? Is there a file cucumber.opts in some folder? or have I

Re: [rspec-users] Language configuration in cucumber

2008-09-26 Thread aslak hellesoy
On Fri, Sep 26, 2008 at 1:19 PM, Juanma Cervera [EMAIL PROTECTED] wrote: I have just installed cucumber in a rails application following the instructions in the wiki http://github.com/aslakhellesoy/cucumber/wikis/ruby-on-rails How I have to specify the configuration option for using cucumber

Re: [rspec-users] Language configuration in cucumber

2008-09-26 Thread Juanma Cervera
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

Re: [rspec-users] Language configuration in cucumber

2008-09-26 Thread David Chelimsky
On Fri, Sep 26, 2008 at 8:47 AM, Juanma Cervera [EMAIL PROTECTED] wrote: 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

Re: [rspec-users] Language configuration in cucumber

2008-09-26 Thread aslak hellesoy
On Fri, Sep 26, 2008 at 3:54 PM, David Chelimsky [EMAIL PROTECTED] wrote: On Fri, Sep 26, 2008 at 8:47 AM, Juanma Cervera [EMAIL PROTECTED] wrote: Thanks Aslak. when I executed ruby script/generate cucumber, after installing the plugins, these are the folders and files that were created: