Add nickname to oauth_spec

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-04-07 16:03:05 +03:00
parent 4ab32be8a7
commit 021faad3fe
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ describe Gitlab::OAuth::User do
@info = double(
uid: '12djsak321',
nickname: 'john',
name: 'John',
email: 'john@mail.com'
)