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:
authorMarkus Koller <markus-koller@gmx.ch>2016-12-20 21:54:37 +0300
committerMarkus Koller <markus-koller@gmx.ch>2016-12-20 21:54:37 +0300
commitbd0c171c55d974887e598bc63b2625810629bea2 (patch)
tree6dd9b529db99e40da9443ccd6673da6570fb89bd /spec/lib/gitlab/ldap
parent9bdbf841893e0540e1463b5440d8f032c7b6e8b5 (diff)
fixup! Log messages when blocking/unblocking LDAP accounts
Diffstat (limited to 'spec/lib/gitlab/ldap')
-rw-r--r--spec/lib/gitlab/ldap/access_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ldap/access_spec.rb b/spec/lib/gitlab/ldap/access_spec.rb
index ea64f8a3e0e..011c33e63a1 100644
--- a/spec/lib/gitlab/ldap/access_spec.rb
+++ b/spec/lib/gitlab/ldap/access_spec.rb
@@ -103,7 +103,7 @@ describe Gitlab::LDAP::Access, lib: true do
end
it 'unblocks the user if it exists' do
- expect(access).to receive(:unblock_user).with(user, 'is not in Active Directory anymore')
+ expect(access).to receive(:unblock_user).with(user, 'is available again')
access.allowed?
end