From: Tom Hughes Date: Wed, 25 Feb 2015 01:06:55 +0000 (+0000) Subject: Set fixture class when using gpx_files X-Git-Tag: live~4239 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/4bb9f96133e04872739b7f40034521b5b4de6a2d?hp=750484d1b5adb4ab9913b181d2f26b4a5a8476d0 Set fixture class when using gpx_files --- diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb index 9bbe2c2a9..4f0d0a809 100644 --- a/test/integration/oauth_test.rb +++ b/test/integration/oauth_test.rb @@ -2,6 +2,7 @@ require "test_helper" class OAuthTest < ActionDispatch::IntegrationTest fixtures :users, :client_applications, :gpx_files + set_fixture_class :gpx_files => Trace include OAuth::Helper