summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2018-02-12 17:53:38 +0100
committerFrancisco Javier López <fjlopez@gitlab.com>2018-02-12 17:53:38 +0100
commitc8d712ec698af3b2e771b252cc4b1fb4e47d46e0 (patch)
treead5c6a956c3e50c493c094a71ad3cfb026571eba
parent75b4015aa5a36296c17babed0dee0dcfa04f0847 (diff)
downloadgitlab-ce-fj-37528-error-after-disabling-ldap.tar.gz
-rw-r--r--spec/models/identity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/identity_spec.rb b/spec/models/identity_spec.rb
index 525320771f5..a5ce245c21d 100644
--- a/spec/models/identity_spec.rb
+++ b/spec/models/identity_spec.rb
@@ -91,7 +91,7 @@ describe Identity do
end
context 'does not matche the identity provider' do
- it 'does not remove the user synced attributes ' do
+ it 'does not remove the user synced attributes' do
user.create_user_synced_attributes_metadata(other_provider_user_synced_attributes)
expect(user.user_synced_attributes_metadata.provider).to eq 'other'