fix "Mysql2::Error: This connection is in use by" in spec for Rails 4

Conflicts:
	Gemfile
	Gemfile.lock
This commit is contained in:
wvengen 2013-12-07 15:10:13 +01:00
parent 2de4a2a3a0
commit e88810e4a7
3 changed files with 4 additions and 1 deletions

View file

@ -86,6 +86,7 @@ group :test do
# webkit and poltergeist don't seem to work yet
gem 'selenium-webdriver'
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-expectations'