summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-18 22:36:58 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-05-18 22:36:58 +0000
commit360bda7e682e04a138c9d2891e847bf278d7a694 (patch)
treecad5437e37656dd2977aee82dab917de932ef0da
parent0c6e2feeaaccc6a8f4fdad0811fdcab2dd55a43b (diff)
downloadredmine-360bda7e682e04a138c9d2891e847bf278d7a694.tar.gz
redmine-360bda7e682e04a138c9d2891e847bf278d7a694.zip
include Redmine::I18n in ApplicationHelperTest
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11877 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/unit/helpers/application_helper_test.rb1
1 files changed, 1 insertions, 0 deletions
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