From 360bda7e682e04a138c9d2891e847bf278d7a694 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 18 May 2013 22:36:58 +0000 Subject: [PATCH] include Redmine::I18n in ApplicationHelperTest git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11877 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/helpers/application_helper_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index ab52017ff..dedf9900a 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