summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-03 08:25:12 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-03 08:25:12 +0000
commit41023cb5ff66bf83605f529878dc95877b918e18 (patch)
tree697229a73045634c555246251a7f6c35305d74c0
parent9357ba1d4b93c0a812d67cf97c1806de243a3781 (diff)
downloadredmine-41023cb5ff66bf83605f529878dc95877b918e18.tar.gz
redmine-41023cb5ff66bf83605f529878dc95877b918e18.zip
add missing fixture to test/unit/query_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13551 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/unit/query_test.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/query_test.rb b/test/unit/query_test.rb
index b46da1405..c9c669387 100644
--- a/test/unit/query_test.rb
+++ b/test/unit/query_test.rb
@@ -26,7 +26,8 @@ class QueryTest < ActiveSupport::TestCase
:watchers, :custom_fields, :custom_values, :versions,
:queries,
:projects_trackers,
- :custom_fields_trackers
+ :custom_fields_trackers,
+ :workflows
def test_query_with_roles_visibility_should_validate_roles
set_language_if_valid 'en'