mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-07 16:11:30 +00:00
add missing fixtures to SettingsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13311 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6dfbde0e65
commit
12f1f61928
@ -18,7 +18,8 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class SettingsControllerTest < ActionController::TestCase
|
||||
fixtures :users
|
||||
fixtures :projects, :trackers, :issue_statuses, :issues,
|
||||
:users
|
||||
|
||||
def setup
|
||||
User.current = nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user