X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d..1a38e9b3153db74626671b6727c7c139a249bf09:/test/controllers/trace_controller_test.rb diff --git a/test/controllers/trace_controller_test.rb b/test/controllers/trace_controller_test.rb index 01c81a1aa..8cbc14b31 100644 --- a/test/controllers/trace_controller_test.rb +++ b/test/controllers/trace_controller_test.rb @@ -2,7 +2,7 @@ require 'test_helper' class TraceControllerTest < ActionController::TestCase fixtures :users, :gpx_files - set_fixture_class :gpx_files => 'Trace' + set_fixture_class :gpx_files => Trace def setup @gpx_trace_dir = Object.send("remove_const", "GPX_TRACE_DIR")