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:
authorAlexandros Keramidas <dev.alexkeramidas@gmail.com>2017-07-17 15:16:49 +0300
committerAlexandros Keramidas <dev.alexkeramidas@gmail.com>2017-07-18 00:12:50 +0300
commit6bd94f20e30dfcba5273cd6e7415fb90914ab5a7 (patch)
tree02cd1125a9b9c6712f9f3ad66fcb3538dedfef05 /spec/helpers
parent8906bbae3898484974fa3a37a7f5133acd5fad80 (diff)
Added authentiq provider to tests and updated documentation, gem and config file.
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/auth_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/auth_helper_spec.rb b/spec/helpers/auth_helper_spec.rb
index a0e1265efff..c94fedd615b 100644
--- a/spec/helpers/auth_helper_spec.rb
+++ b/spec/helpers/auth_helper_spec.rb
@@ -70,7 +70,7 @@ describe AuthHelper do
end
end
- [:twitter, :facebook, :google_oauth2, :gitlab, :github, :bitbucket, :crowd, :auth0].each do |provider|
+ [:twitter, :facebook, :google_oauth2, :gitlab, :github, :bitbucket, :crowd, :auth0, :authentiq].each do |provider|
it "returns false if the provider is #{provider}" do
expect(helper.unlink_allowed?(provider)).to be true
end