diff options
author | Sean McGivern <sean@gitlab.com> | 2017-04-12 21:40:51 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-04-14 15:20:55 +0200 |
commit | 4b1e25faae5037e62fc9534ef4925e55f42dc9e1 (patch) | |
tree | b8b10bfbe51552bb297759760f0a7484a00bce33 | |
parent | b5d9d9e8981bb511e101b46cf6f33371f80863f5 (diff) | |
download | gitlab-ce-4b1e25faae5037e62fc9534ef4925e55f42dc9e1.tar.gz |
Fix git HTTP spec
-rw-r--r-- | spec/requests/git_http_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb index 9f2857ce2e7..d4de1b339ec 100644 --- a/spec/requests/git_http_spec.rb +++ b/spec/requests/git_http_spec.rb @@ -159,7 +159,7 @@ describe 'Git HTTP requests', lib: true do end it 'updates the user last activity' do - download(path, env) do |response| + download(path, {}) do |response| expect(user.reload.last_activity_at).not_to be_nil end end |