diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-05-23 17:39:52 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-05-24 12:21:15 +0200 |
commit | 4ba4275632351518a4b65e432914a60747ce3e52 (patch) | |
tree | 80f88831eb64c8b4c4439d8759afb53c30df3929 /spec/gitlab_shell_spec.rb | |
parent | aa10b70f2a37c45bc2551f2a0d34a835dc7189f9 (diff) | |
download | gitlab-shell-4ba4275632351518a4b65e432914a60747ce3e52.tar.gz |
Bump version to 7.1.3bvl-display-username-instead-of-fullname
Diffstat (limited to 'spec/gitlab_shell_spec.rb')
-rw-r--r-- | spec/gitlab_shell_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/gitlab_shell_spec.rb b/spec/gitlab_shell_spec.rb index 0e8999b..eef0caf 100644 --- a/spec/gitlab_shell_spec.rb +++ b/spec/gitlab_shell_spec.rb @@ -31,7 +31,7 @@ describe GitlabShell do let(:api) do double(GitlabNet).tap do |api| - api.stub(discover: { 'name' => 'John Doe' }) + api.stub(discover: { 'name' => 'John Doe', 'username' => 'testuser' }) api.stub(check_access: GitAccessStatus.new( true, 'ok', |