mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 11:37:14 +00:00
Add missing fixture to IssuesHelperTest (#36347).
Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@21320 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fde1e18b3a
commit
f6acc5164c
@ -34,7 +34,7 @@ class IssuesHelperTest < Redmine::HelperTest
|
||||
:enabled_modules,
|
||||
:custom_fields,
|
||||
:attachments,
|
||||
:versions
|
||||
:versions, :workflows
|
||||
|
||||
def test_issue_heading
|
||||
assert_equal "Bug #1", issue_heading(Issue.find(1))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user