Move Omniauth specific setup to its own file
This commit is contained in:
parent
40e16b22f9
commit
eda2053421
2 changed files with 2 additions and 3 deletions
|
@ -56,6 +56,4 @@ FactoryGirl::SyntaxRunner.class_eval do
|
|||
include RSpec::Mocks::ExampleMethods
|
||||
end
|
||||
|
||||
ActiveRecord::Migration.maintain_test_schema!
|
||||
|
||||
OmniAuth.config.test_mode = true
|
||||
ActiveRecord::Migration.maintain_test_schema!
|
1
spec/support/omni_auth.rb
Normal file
1
spec/support/omni_auth.rb
Normal file
|
@ -0,0 +1 @@
|
|||
OmniAuth.config.test_mode = true
|
Loading…
Reference in a new issue