1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 09:21:12 +00:00

Include required module (#22951).

git-svn-id: http://svn.redmine.org/redmine/trunk@15512 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-06-11 07:58:24 +00:00
parent 50a46c3515
commit 010f75714d

View File

@ -32,6 +32,8 @@ class IssueImportTest < ActiveSupport::TestCase
:custom_fields_projects,
:custom_fields_trackers
include Redmine::I18n
def setup
set_language_if_valid 'en'
end