mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 23:41:12 +00:00
add missing fixture to test/functional/issue_statuses_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13549 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ebda9caa87
commit
fb6955b21c
@ -18,7 +18,7 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class IssueStatusesControllerTest < ActionController::TestCase
|
||||
fixtures :issue_statuses, :issues, :users
|
||||
fixtures :issue_statuses, :issues, :users, :trackers
|
||||
|
||||
def setup
|
||||
User.current = nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user