Browse Source

add missing fixture to test/unit/query_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13551 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.0.0
Toshi MARUYAMA 9 years ago
parent
commit
41023cb5ff
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      test/unit/query_test.rb

+ 2
- 1
test/unit/query_test.rb View File

@@ -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'

Loading…
Cancel
Save