[rspec-users] cucumber generator error in rails 3
Brennon Bortz
brennon at brennonbortz.com
Mon Sep 27 04:27:33 EDT 2010
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 cucumber:install, I am getting the error
> saying 'Could not find generator cucumber:install.' Did I missed any
> gems or do I need to do any configurations?
Have you run 'bundle install' yet?
More information about the rspec-users
mailing list