X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..1f58d4a066006260d3ee0f73e81492c9d7d1f81e:/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 ##