fix Gemfile (rspec would fail)

This commit is contained in:
wvengen 2014-06-03 15:19:36 +02:00
parent c64a7ba3cd
commit f2c755d2fb
2 changed files with 8 additions and 8 deletions

View file

@ -93,7 +93,7 @@ group :test do
gem 'database_cleaner'
gem 'connection_pool'
# need to include rspec components before i18n-spec or rake fails in test environment
gem 'rspec-core'
gem 'rspec-core', '= 2.14.8' # version until we're ready for rspec 3.0
gem 'rspec-expectations'
gem 'rspec-rerun'
gem 'i18n-spec'