* pinning rspec to compatible version

This commit is contained in:
Seth Call 2014-06-03 16:47:20 -05:00
parent 7fbc48f61e
commit 26f5006bc9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ group :test do
gem 'simplecov', '~> 0.7.1'
gem 'simplecov-rcov'
gem 'cucumber'
gem 'rspec'
gem 'rspec', '2.14.1' # can go to 3.0, but requires changes to tests due to should removal, be_truthy, and other changes
gem 'factory_girl'
#gem 'spork', '0.9.0'
gem 'database_cleaner', '0.7.0'