Move Omniauth specific setup to its own file

This commit is contained in:
Patricio Cano 2016-07-04 18:29:10 -05:00
parent 40e16b22f9
commit eda2053421
2 changed files with 2 additions and 3 deletions

View file

@ -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!

View file

@ -0,0 +1 @@
OmniAuth.config.test_mode = true