Fix rubocop Rails/TimeZone warnings

This commit is contained in:
Tom Hughes 2022-03-01 22:55:10 +00:00
parent 304eb3b75c
commit b5f06e06c1
48 changed files with 89 additions and 96 deletions

View file

@ -7,7 +7,7 @@ FactoryBot.define do
association :current_node, :factory => :node
visible { true }
timestamp { Time.now }
timestamp { Time.now.utc }
version { 1 }
end
end