Skip to content

Commit

Permalink
Merge pull request #600 from cedarcode/sr--fix-devise-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 authored Nov 27, 2024
2 parents c3a6c88 + 0d2b06a commit 7d471d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/application_controller_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

class ApplicationControllerTestCase < ActionDispatch::IntegrationTest
include Devise::Test::IntegrationHelpers

# TODO: remove when Devise fixes https://github.com/heartcombo/devise/issues/5705
setup do
Rails.application.reload_routes_unless_loaded
end
end

0 comments on commit 7d471d0

Please sign in to comment.