##// END OF EJS Templates
add missing fixture to test/unit/query_test.rb...
Toshi MARUYAMA -
r13169:41023cb5ff66
parent child
Show More
@@ -26,7 +26,8 class QueryTest < ActiveSupport::TestCase
26 26 :watchers, :custom_fields, :custom_values, :versions,
27 27 :queries,
28 28 :projects_trackers,
29 :custom_fields_trackers
29 :custom_fields_trackers,
30 :workflows
30 31
31 32 def test_query_with_roles_visibility_should_validate_roles
32 33 set_language_if_valid 'en'
General Comments 0
You need to be logged in to leave comments. Login now