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
Try installing it as a gem.
gem install rspec
with rails 3 in your config/environment.rb you maintain gems there with bundle install but in terms of what your doing you can just gem install rspec.