Commit 4b1e25fa authored by Sean McGivern's avatar Sean McGivern Committed by Rémy Coutable

Fix git HTTP spec

parent b5d9d9e8
...@@ -159,7 +159,7 @@ describe 'Git HTTP requests', lib: true do ...@@ -159,7 +159,7 @@ describe 'Git HTTP requests', lib: true do
end end
it 'updates the user last activity' do 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 expect(user.reload.last_activity_at).not_to be_nil
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment