fix "Mysql2::Error: This connection is in use by" in spec for Rails 4
Conflicts: Gemfile Gemfile.lock
This commit is contained in:
parent
2de4a2a3a0
commit
e88810e4a7
3 changed files with 4 additions and 1 deletions
1
Gemfile
1
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue