Merge pull request #5268 from consuldemocracy/dependabot/bundler/rubocop-rspec-2.24.1

Bump rubocop-rspec from 2.23.2 to 2.24.1
This commit is contained in:
Javi Martín
2023-11-08 14:17:10 +01:00
committed by GitHub
4 changed files with 13 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ RSpec.configure do |config|
Capybara.default_set_options = { clear: :backspace }
end
config.before(:each, type: :system, no_js: true) do
config.before(:each, :no_js, type: :system) do
driven_by :rack_test
Capybara.default_set_options = {}
end