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

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