2
0

Update rails to version 8.0.1 (#32357)

This commit is contained in:
Matt Jankowski
2025-01-03 11:08:21 -05:00
committed by GitHub
parent f9582bcfc3
commit 535866218e
6 changed files with 71 additions and 64 deletions

View File

@@ -119,6 +119,11 @@ RSpec.configure do |config|
config.include CommandLineHelpers, type: :cli
config.include SystemHelpers, type: :system
# TODO: Remove when Devise fixes https://github.com/heartcombo/devise/issues/5705
config.before do
Rails.application.reload_routes_unless_loaded
end
config.around(:each, use_transactional_tests: false) do |example|
self.use_transactional_tests = false
example.run