Browse Source

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
tags/4.1.0
Go MAEDA 4 years ago
parent
commit
81a2e5338d
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

@@ -28,7 +28,8 @@ class UserTest < ActiveSupport::TestCase
:journals, :journal_details,
:groups_users,
:enabled_modules,
:tokens
:tokens,
:user_preferences

include Redmine::I18n


Loading…
Cancel
Save