Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-07-05 02:29:10 +0300
committerPatricio Cano <suprnova32@gmail.com>2016-07-07 21:07:50 +0300
commiteda205342140e1bc71b5f0b6935b5ffc502a85cd (patch)
treeae3df6225c0a1fffd9e0dbd67fa66a7fea8b9c97 /spec/support/omni_auth.rb
parent40e16b22f9a4ecb7dd7a25c4a0355809bed70ebe (diff)
Move Omniauth specific setup to its own file
Diffstat (limited to 'spec/support/omni_auth.rb')
-rw-r--r--spec/support/omni_auth.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/omni_auth.rb b/spec/support/omni_auth.rb
new file mode 100644
index 00000000000..3d262ff9ca0
--- /dev/null
+++ b/spec/support/omni_auth.rb
@@ -0,0 +1 @@
+OmniAuth.config.test_mode = true \ No newline at end of file