mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
Add missing fixture to IssueStatusesControllerTest (#32023).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@18438 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
325eed7dc8
commit
d825093c75
@ -20,7 +20,7 @@
|
|||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class IssueStatusesControllerTest < Redmine::ControllerTest
|
class IssueStatusesControllerTest < Redmine::ControllerTest
|
||||||
fixtures :issue_statuses, :issues, :users, :trackers
|
fixtures :issue_statuses, :issues, :users, :trackers, :workflows
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
User.current = nil
|
User.current = nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user