Fix git HTTP spec

This commit is contained in:
Sean McGivern 2017-04-12 21:40:51 +01:00 committed by Rémy Coutable
parent b5d9d9e898
commit 4b1e25faae
1 changed files with 1 additions and 1 deletions

View File

@ -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