fix Gemfile (rspec would fail)
This commit is contained in:
parent
c64a7ba3cd
commit
f2c755d2fb
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue