summaryrefslogtreecommitdiff
path: root/spec/support/omniauth_strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/omniauth_strategy.rb')
-rw-r--r--spec/support/omniauth_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/omniauth_strategy.rb b/spec/support/omniauth_strategy.rb
index 116db82febd..5d5ee7dc1db 100644
--- a/spec/support/omniauth_strategy.rb
+++ b/spec/support/omniauth_strategy.rb
@@ -29,7 +29,7 @@ end
RSpec.configure do |config|
config.include StrategyHelpers, type: :strategy
- config.around(:all, type: :strategy) do |example|
+ config.around(type: :strategy) do |example|
StrategyHelpers.without_test_mode do
example.run
end