Setting up Rails 3 with Rspec 2
add to your Gemfile group :development, :test do gem ‘rspec-rails’ end Be sure to bundle install after changing your Gemfile…
Achieving Developer Excellence with Automated Testing
add to your Gemfile group :development, :test do gem ‘rspec-rails’ end Be sure to bundle install after changing your Gemfile…