Skip to content
Snippets Groups Projects
Commit 38af35c2 authored by Imre (Admin)'s avatar Imre (Admin)
Browse files

Merge branch 'master' into 'master'

Update typo in provider name in user_spec.rb

See merge request gitlab-org/gitlab!85314
parents 8788fa99 ca4ac7c9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -55,7 +55,7 @@
described_class.delete_all
create(:user)
ldap_user = create(:omniauth_user, provider: "ldapmain")
create(:omniauth_user, provider: "gitlub")
create(:omniauth_user, provider: "gitlab")
 
users = described_class.non_ldap
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment