# config/environments/test.rb
config.gem "rspec", :lib => false, :version => ">=1.2.2"
config.gem "rspec-rails", :lib => false, :version => ">=1.2.2"
config.gem "webrat", :lib => false, :version => ">=0.4.3"
config.gem "cucumber", :lib => false, :version => ">=0.2.2"
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Running script/generate cucumber creates an environments/cucumber.rb
with those lines (and it is be "cucumber-rails" that is added now, not
"cucumber").
Eric
On Dec 30, 3:15 pm, Christoph Jasinski
Chris
--
Chris
--
Cheers,
Chris
--
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