Fix rubocop Rails/TimeZone warnings
This commit is contained in:
parent
304eb3b75c
commit
b5f06e06c1
48 changed files with 89 additions and 96 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue