More fixes to fixture loading in tests
This commit is contained in:
parent
1596713871
commit
8568c93703
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
require "test_helper"
|
||||
|
||||
class UserControllerTest < ActionController::TestCase
|
||||
fixtures :users, :user_blocks, :user_roles, :changesets, :gpx_files, :messages
|
||||
api_fixtures
|
||||
fixtures :user_blocks, :messages, :friends
|
||||
|
||||
##
|
||||
# test all routes which lead to this controller
|
||||
|
|
Loading…
Add table
Reference in a new issue