Fix ldap_user_auth_spec

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-03-10 19:16:43 +02:00
parent b1ff8e31b1
commit 3e864036e7
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 2 additions and 1 deletions

View File

@ -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