* pinning rspec to compatible version
This commit is contained in:
parent
7fbc48f61e
commit
26f5006bc9
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue