Re: [rspec-users] cucumber generator error in rails 3

2011-02-09 Thread Alex H.
I also get this error, after I run rails generate cucumber:install # Rails 3. My target is that let Cucumber-Rails add a few files to your project. I am following the guid of https://github.com/aslakhellesoy/cucumber/wiki/Ruby-on-Rails I run bundle install. Out put as following: Using rake

Re: [rspec-users] cucumber generator error in rails 3

2010-09-27 Thread Brennon Bortz
On Mon, 2010-09-27 at 07:11 +0200, Senthil kumar Loganathan wrote: I have my Gem file as mentioned in the github gem 'capybara' gem 'database_cleaner' gem 'cucumber-rails' gem 'cucumber' gem 'rspec-rails' gem 'spork' gem 'launchy but when i give rails generate

Re: [rspec-users] cucumber generator error in rails 3

2010-09-27 Thread Tero Tilus
Senthil kumar Loganathan, 2010-09-27 08:11: Did I missed any gems or do I need to do any configurations? I had cucumber:install work fine with rails3. Did you remember to `bundle install`? Also you did not seem to have Rails in your Gemfile. Do you have it vendored or? If `rails --version`