Remove the custom OmniAuth camelization on teardown.

This commit is contained in:
Lucas Mazza
2015-08-28 11:26:41 -03:00
parent d3baff221d
commit 40258bf100

View File

@@ -24,6 +24,7 @@ class OmniauthableIntegrationTest < ActionDispatch::IntegrationTest
end
teardown do
OmniAuth.config.camelizations.delete('facebook')
OmniAuth.config.test_mode = false
end