]> git.openstreetmap.org Git - rails.git/commit
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)
commit18f5f1d499178bfbeaceb450a4a8e0a2863b3d96
treeed110fdc985aa70158f9ead7ac2f9be9166d325a
parent389fee0151d4b7f3b4a77e38143e6990a00d2362
Explicitly require gpx in the trace model tests

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.
test/models/trace_test.rb