From f5702c35df38c5609b5956fe86ef176cb0643ed0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 9 Jan 2016 09:04:22 +0000 Subject: [PATCH] Missing fixtures. git-svn-id: http://svn.redmine.org/redmine/trunk@15018 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/user_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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