Bump database_cleaner
This commit is contained in:
parent
5432a91839
commit
e0a8a5e34c
3 changed files with 3 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -283,7 +283,7 @@ group :test do
|
|||
# Cucumber (integration tests)
|
||||
|
||||
gem "capybara", "2.18.0"
|
||||
gem "database_cleaner", "1.6.1"
|
||||
gem "database_cleaner", "1.6.2"
|
||||
gem "poltergeist", "1.16.0"
|
||||
|
||||
gem "cucumber-api-steps", "0.13", require: false
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ GEM
|
|||
nokogiri (~> 1.5)
|
||||
railties (>= 4, < 5.2)
|
||||
cucumber-wire (0.0.1)
|
||||
database_cleaner (1.6.1)
|
||||
database_cleaner (1.6.2)
|
||||
devise (4.4.3)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
|
|
@ -780,7 +780,7 @@ DEPENDENCIES
|
|||
coveralls (= 0.8.21)
|
||||
cucumber-api-steps (= 0.13)
|
||||
cucumber-rails (= 1.5.0)
|
||||
database_cleaner (= 1.6.1)
|
||||
database_cleaner (= 1.6.2)
|
||||
devise (= 4.4.3)
|
||||
devise_lastseenable (= 0.0.6)
|
||||
diaspora-prosody-config (= 0.0.7)
|
||||
|
|
|
|||
|
|
@ -53,9 +53,6 @@ Capybara.default_max_wait_time = 30
|
|||
# of your scenarios, as this makes it hard to discover errors in your application.
|
||||
ActionController::Base.allow_rescue = false
|
||||
|
||||
# TODO: Temporary fix for rails 5, remove the next line after a new version of database_cleaner is released.
|
||||
# See https://github.com/DatabaseCleaner/database_cleaner/issues/445
|
||||
Cucumber::Rails::Database.javascript_strategy = :truncation, {except: %w[ar_internal_metadata]}
|
||||
Cucumber::Rails::Database.autorun_database_cleaner = true
|
||||
Cucumber::Rails::World.use_transactional_tests = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue