Browse Source

Add missing fixtures to UserTest (#35975).

Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@21277 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 2 years ago
parent
commit
712cf0d8c9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      test/unit/user_test.rb

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

@@ -29,7 +29,8 @@ class UserTest < ActiveSupport::TestCase
:groups_users,
:enabled_modules,
:tokens,
:user_preferences
:user_preferences,
:custom_fields, :custom_fields_projects, :custom_fields_trackers, :custom_values

include Redmine::I18n


Loading…
Cancel
Save