1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

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
This commit is contained in:
Go MAEDA 2021-11-11 09:24:22 +00:00
parent 194c4acc4c
commit 712cf0d8c9

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