projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
test
/
factories
/
tracepoints.rb
diff --git
a/test/factories/tracepoints.rb
b/test/factories/tracepoints.rb
index 4ba152f6e05c73244b9860483a31afddf4676f40..86d2aea57a630a601969df31dd2703409ad1bdeb 100644
(file)
--- a/
test/factories/tracepoints.rb
+++ b/
test/factories/tracepoints.rb
@@
-4,7
+4,7
@@
FactoryBot.define do
latitude { 1 * GeoRecord::SCALE }
longitude { 1 * GeoRecord::SCALE }
# tile { QuadTile.tile_for_point(1,1) }
- timestamp { Time.now }
+ timestamp { Time.now
.utc
}
trace
end