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
The following fixed the problem for me.
gem install rspec-rails sudo apt-get install libxslt-dev libxml2-dev bundle install rails generate rspec:install