Set fixture class when using gpx_files
This commit is contained in:
parent
750484d1b5
commit
4bb9f96133
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue