diff options
author | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-07-17 15:16:49 +0300 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-07-18 00:12:50 +0300 |
commit | 6bd94f20e30dfcba5273cd6e7415fb90914ab5a7 (patch) | |
tree | 02cd1125a9b9c6712f9f3ad66fcb3538dedfef05 /spec/controllers/profiles | |
parent | 8906bbae3898484974fa3a37a7f5133acd5fad80 (diff) | |
download | gitlab-ce-6bd94f20e30dfcba5273cd6e7415fb90914ab5a7.tar.gz |
Added authentiq provider to tests and updated documentation, gem and config file.
Diffstat (limited to 'spec/controllers/profiles')
-rw-r--r-- | spec/controllers/profiles/accounts_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/profiles/accounts_controller_spec.rb b/spec/controllers/profiles/accounts_controller_spec.rb index 2f9d18e3a0e..d387aba227b 100644 --- a/spec/controllers/profiles/accounts_controller_spec.rb +++ b/spec/controllers/profiles/accounts_controller_spec.rb @@ -29,7 +29,7 @@ describe Profiles::AccountsController 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| describe "#{provider} provider" do let(:user) { create(:omniauth_user, provider: provider.to_s) } |