diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-09 09:04:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-01-09 09:04:22 +0000 |
commit | f5702c35df38c5609b5956fe86ef176cb0643ed0 (patch) | |
tree | c935049dc195d44511283773fedb88f4c93d5df7 /test/unit/user_test.rb | |
parent | c9ae44e85b62ff051d66fc4e339cba8bfdfbb3d8 (diff) | |
download | redmine-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.rb | 3 |
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 |