Upgrade Devise to 5.0, remove workarounds
CI / Test (pull_request) Successful in 52s

This commit is contained in:
2026-08-10 15:15:27 -06:00
parent 0c667795a7
commit 045df94c29
4 changed files with 39 additions and 46 deletions
-5
View File
@@ -14,11 +14,6 @@
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
# TODO Remove when Devise fixes https://github.com/heartcombo/devise/issues/5705
config.before(:each, type: :controller) do
Rails.application.reload_routes_unless_loaded
end
# rspec-expectations config goes here. You can use an alternate
# assertion/expectation library such as wrong or the stdlib/minitest
# assertions if you prefer.