summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helpers/issues_helper_test.rb2
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))