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
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-11 13:28:41 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-11 13:28:41 +0400
commit767f7d9ae7eb29d5feaa65863a8948ca60d3825f (patch)
treea33ac7cfc37428de548bd1470af59473b0b2c5bd /spec
parent92a928468feeb7b7565ee348fd7c83a84fe16381 (diff)
parentc6d39a14d6b15f457bfc050f54e256cd5da64cc9 (diff)
Merge branch 'ldap-code' into 'master'
LDAP code from EE
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/gitlab/ldap/ldap_user_auth_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ldap/ldap_user_auth_spec.rb b/spec/lib/gitlab/ldap/ldap_user_auth_spec.rb
index a0e74c49631..501642dca79 100644
--- a/spec/lib/gitlab/ldap/ldap_user_auth_spec.rb
+++ b/spec/lib/gitlab/ldap/ldap_user_auth_spec.rb
@@ -9,7 +9,8 @@ describe Gitlab::LDAP do
@info = double(
uid: '12djsak321',
name: 'John',
- email: 'john@mail.com'
+ email: 'john@mail.com',
+ nickname: 'john'
)
end