summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-01-09 09:04:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-01-09 09:04:22 +0000
commitf5702c35df38c5609b5956fe86ef176cb0643ed0 (patch)
treec935049dc195d44511283773fedb88f4c93d5df7 /test/unit/user_test.rb
parentc9ae44e85b62ff051d66fc4e339cba8bfdfbb3d8 (diff)
downloadredmine-f5702c35df38c5609b5956fe86ef176cb0643ed0.tar.gz
redmine-f5702c35df38c5609b5956fe86ef176cb0643ed0.zip
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@15018 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 bc625c4bd..eb03cedbe 100644
--- a/test/unit/user_test.rb
+++ b/test/unit/user_test.rb
@@ -25,7 +25,8 @@ class UserTest < ActiveSupport::TestCase
:issue_categories, :enumerations, :issues,
:journals, :journal_details,
:groups_users,
- :enabled_modules
+ :enabled_modules,
+ :tokens
include Redmine::I18n