]> git.openstreetmap.org Git - rails.git/commitdiff
Explicitly require gpx in the trace model tests
authorTom Hughes <tom@compton.nu>
Wed, 14 Aug 2019 18:10:15 +0000 (19:10 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 14 Aug 2019 18:10:15 +0000 (19:10 +0100)
If we don't do this and no other test manages to trigger an
autoload before we run then we might try and autoload it inside
a MockFS block which will fail.


No differences found