I''m trying to follow this tutorial here: http://railstutorial.org/chapters/static-pages#top When I run: $ rails generate rspec:install I get: Could not find generator rspec:install. What could be the problem? Thanks.
David Chelimsky
2010-Aug-07 13:06 UTC
[rspec-users] Could not find generator rspec:install.
On Aug 6, 2010, at 12:39 PM, SWEngineer wrote:> I''m trying to follow this tutorial here: http://railstutorial.org/chapters/static-pages#top > > When I run: > > $ rails generate rspec:install > > I get: > > Could not find generator rspec:install. > > What could be the problem?The tutorial shows the rspec-rails gem configured in both the :development and :test groups. Do you have it set up that way?> > Thanks. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
Seemingly Similar Threads
- rspec error's when checking LayoutLinks from the railstutorials
- Problem with rails generaterspec:install, Error-Message: no such file to load, sprockets-railtie (loadError)
- rspec failure upon revisit
- Do you ALWAYS use "bundle exec rspec spec" tests?
- I think I've found a mistake in Rails tutorial