From 4bb9f96133e04872739b7f40034521b5b4de6a2d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 25 Feb 2015 01:06:55 +0000 Subject: [PATCH] Set fixture class when using gpx_files --- test/integration/oauth_test.rb | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2