From 40258bf100c023f785ec0b4b730604da60f31b3f Mon Sep 17 00:00:00 2001 From: Lucas Mazza Date: Fri, 28 Aug 2015 11:26:41 -0300 Subject: [PATCH] Remove the custom OmniAuth camelization on teardown. --- test/integration/omniauthable_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/omniauthable_test.rb b/test/integration/omniauthable_test.rb index b5cec476..36d2fb15 100644 --- a/test/integration/omniauthable_test.rb +++ b/test/integration/omniauthable_test.rb @@ -24,6 +24,7 @@ class OmniauthableIntegrationTest < ActionDispatch::IntegrationTest end teardown do + OmniAuth.config.camelizations.delete('facebook') OmniAuth.config.test_mode = false end