Skip to content

Commit

Permalink
Upgrade database cleaner to version 2 given this is tied now to siste…
Browse files Browse the repository at this point in the history
…r gem
  • Loading branch information
luke-hill committed Sep 25, 2023
1 parent 86b5719 commit dd72b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/cucumber_rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def add_sqlite3
def add_remaining_gems(options)
add_gem 'cucumber', Cucumber::VERSION, group: :test
add_gem 'capybara', Capybara::VERSION, group: :test
add_gem 'database_cleaner', '>= 1.8.0', group: :test unless options.include?(:no_database_cleaner)
add_gem 'database_cleaner', '>= 2.0.0', group: :test unless options.include?(:no_database_cleaner)
add_gem 'database_cleaner-active_record', '>= 2.0.0', group: :test if options.include?(:database_cleaner_active_record)
add_gem 'factory_bot', '>= 5.0', group: :test unless options.include?(:no_factory_bot)
add_gem 'rspec-expectations', '~> 3.12', group: :test
Expand Down

0 comments on commit dd72b90

Please sign in to comment.