diff options
author | Go MAEDA <maeda@farend.jp> | 2021-12-24 04:45:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-12-24 04:45:16 +0000 |
commit | f6acc5164c5c73f0911d386f79e551784b6b9464 (patch) | |
tree | 2983fee7794b675ca85a6f3165a3385a9105331d /test | |
parent | fde1e18b3aedda0a695bbd5212a82ab086cba441 (diff) | |
download | redmine-f6acc5164c5c73f0911d386f79e551784b6b9464.tar.gz redmine-f6acc5164c5c73f0911d386f79e551784b6b9464.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/helpers/issues_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/issues_helper_test.rb b/test/helpers/issues_helper_test.rb index 0b3325ad7..974e30ac6 100644 --- a/test/helpers/issues_helper_test.rb +++ b/test/helpers/issues_helper_test.rb @@ -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)) |