Skip to content
Snippets Groups Projects
Commit 41b71efd authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Fix `last_activity_at` to `last_activity_on`


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 4b1e25fa
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment