I\'m following the rails tutorial here: http://railstutorial.org/chapters/filling-in-the-layout#top
When I run \"rspec spec/\", I get a bunch of errors that look lik
I can confirm that the following Gemfile works correctly...
group :test do gem 'rspec', '2.0.0.beta.18' gem 'spork', '0.8.4' gem 'webrat', '0.7.1' end