From 360bda7e682e04a138c9d2891e847bf278d7a694 2013-05-18 22:36:58 From: Toshi MARUYAMA Date: 2013-05-18 22:36:58 Subject: [PATCH] include Redmine::I18n in ApplicationHelperTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11877 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index ab52017..dedf990 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -20,6 +20,7 @@ require File.expand_path('../../../test_helper', __FILE__) class ApplicationHelperTest < ActionView::TestCase + include Redmine::I18n include ERB::Util include Rails.application.routes.url_helpers