diff options
author | Go MAEDA <maeda@farend.jp> | 2018-12-07 09:18:52 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-12-07 09:18:52 +0000 |
commit | 0aa87309f4c3b06b4a1b037dffdb144f604efe1f (patch) | |
tree | 7ad3f84853d3b7f32f32c3bc3514ed52a325765c /test/functional/reports_controller_test.rb | |
parent | c10df9f26667614c636c9d6ec98c5d1b3f233be6 (diff) | |
download | redmine-0aa87309f4c3b06b4a1b037dffdb144f604efe1f.tar.gz redmine-0aa87309f4c3b06b4a1b037dffdb144f604efe1f.zip |
Add missing fixture for reports_controller_test (#30120).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17694 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/reports_controller_test.rb')
-rw-r--r-- | test/functional/reports_controller_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/reports_controller_test.rb b/test/functional/reports_controller_test.rb index 0b922f288..c1b60bcdd 100644 --- a/test/functional/reports_controller_test.rb +++ b/test/functional/reports_controller_test.rb @@ -25,7 +25,8 @@ class ReportsControllerTest < Redmine::ControllerTest :member_roles, :members, :enabled_modules, - :versions + :versions, + :workflows def test_get_issue_report get :issue_report, :params => { |