cucumber says, "no such file to load -- spec/expectations"
By: Johnathon Wright on: September 13, 2011
Setting up a Rails3 application quickly, I ran in to this error...
no such file to load -- spec/expectations
easy fix... I had gem 'rspec' but needed to add gem 'rspec-rails'