I'm not sure what version of rspec you are using and whether you would like to update or not. It would probably be a good idea to peg the version in the Gemfile. If you want to use an older version I'd be happy to edit the Gemfile instead and update my local install.
ignore vim swap and backup files
-changed "should" and "should_not" calls on RSpec::Expectation's to "to"
and "to_not" since current version of rspec (2.11.0) doesn't support
should syntax
I'm not sure what version of rspec you are using and whether you would like to update or not. It would probably be a good idea to peg the version in the Gemfile. If you want to use an older version I'd be happy to edit the Gemfile instead and update my local install.