Monthly Archives: August 2011

Spork, Rails 3, and rspec-rails play nice together

Getting the following error when starting up spork?
undefined method `specifications’ for “/Users/{your-name-here}/.rvm/gems/ruby-1.9.2-p180″:String (NoMethodError)
Add the following to your Gemfile under test and make fix!
gem ’spork’, ‘~> 0.9.0rc7′