diff options
author | Go MAEDA <maeda@farend.jp> | 2019-10-28 13:41:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-10-28 13:41:41 +0000 |
commit | 81a2e5338dc18d5573da592994c000ebc8703aad (patch) | |
tree | 2f6a28ebaaaeaf393e6a94e798d40c33ffad388e /test/unit/user_test.rb | |
parent | 1d705100d5f3b39bcb27a77c2378973fc1a24b33 (diff) | |
download | redmine-81a2e5338dc18d5573da592994c000ebc8703aad.tar.gz redmine-81a2e5338dc18d5573da592994c000ebc8703aad.zip |
Add a fixture for UserTest#test_bookmarked_project_ids (#29482).
git-svn-id: http://svn.redmine.org/redmine/trunk@18877 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/user_test.rb')
-rw-r--r-- | test/unit/user_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index c1b6d4634..582c88200 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -28,7 +28,8 @@ class UserTest < ActiveSupport::TestCase :journals, :journal_details, :groups_users, :enabled_modules, - :tokens + :tokens, + :user_preferences include Redmine::I18n |