summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-10-28 13:41:41 +0000
committerGo MAEDA <maeda@farend.jp>2019-10-28 13:41:41 +0000
commit81a2e5338dc18d5573da592994c000ebc8703aad (patch)
tree2f6a28ebaaaeaf393e6a94e798d40c33ffad388e /test/unit/user_test.rb
parent1d705100d5f3b39bcb27a77c2378973fc1a24b33 (diff)
downloadredmine-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.rb3
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