I\'m trying to follow this tutorial here: http://railstutorial.org/chapters/static-pages#top
When I run:
$ rails generate rspec:install >
$ rails generate rspec:install
I had do both gem install rspec and then add to gemfile as Andreas said.
gem install rspec
using Rails 3.2.1 and ruby 1.9.3 at windows 7 and worked perfectly.