Could not find generator rspec:install

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.

On Aug 6, 2010, at 12:39 PM, SWEngineer wrote:

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?