Load extra fixtures need for user controller tests
This commit is contained in:
parent
fa5c39d9bd
commit
711e1db5fe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require "test_helper"
|
require "test_helper"
|
||||||
|
|
||||||
class UserControllerTest < ActionController::TestCase
|
class UserControllerTest < ActionController::TestCase
|
||||||
fixtures :users
|
fixtures :users, :user_blocks, :user_roles, :changesets, :gpx_files, :messages
|
||||||
|
|
||||||
##
|
##
|
||||||
# test all routes which lead to this controller
|
# test all routes which lead to this controller
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue