Commit 41b71efd authored by Rémy Coutable's avatar Rémy Coutable

Fix `last_activity_at` to `last_activity_on`

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4b1e25fa
......@@ -160,7 +160,7 @@ describe 'Git HTTP requests', lib: true do
it 'updates the user last activity' do
download(path, {}) do |response|
expect(user.reload.last_activity_at).not_to be_nil
expect(user.reload.last_activity_on).not_to be_nil
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