mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 23:38:10 -05:00
Remove the custom OmniAuth camelization on teardown.
This commit is contained in:
@@ -24,6 +24,7 @@ class OmniauthableIntegrationTest < ActionDispatch::IntegrationTest
|
||||
end
|
||||
|
||||
teardown do
|
||||
OmniAuth.config.camelizations.delete('facebook')
|
||||
OmniAuth.config.test_mode = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user