X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..563769b126089f0a7035ae599879a381365f543b:/test/test_helper.rb diff --git a/test/test_helper.rb b/test/test_helper.rb index 97c749000..4972ee6d6 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -71,6 +71,8 @@ class ActiveSupport::TestCase set_fixture_class :gpx_files => 'Trace' set_fixture_class :gps_points => 'Tracepoint' set_fixture_class :gpx_file_tags => 'Tracetag' + + fixtures :client_applications end ##