Rodrigo, In my initial reply, I was trying to say to Christoph (obviously not very clearly) is that you don't have to manually create the cucumber.rb file. script/generate cucumber will do that for you.
Can you switch back to Ruby 1.8.7 (or 1.8.6) via RVM or some other utility and determine if you can run script/generate cucumber without issue? Eric On Dec 30, 7:01 pm, Christoph Jasinski <[email protected]> wrote: > Last thing. > start an empty project and see whether you get an error too. Ex: > > -> rails tmp > -> cd tmp > -> ruby script/generate rspec > -> ruby script/generate cucumber (look whether it creates all the files) > > if not something's wrong with the gem maybe or ....??? > > Chris -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

