]> source.dussan.org Git - redmine.git/commitdiff
include Redmine::I18n in ApplicationHelperTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 18 May 2013 22:36:58 +0000 (22:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 18 May 2013 22:36:58 +0000 (22:36 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11877 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/application_helper_test.rb

index ab52017ffd90ea60d253dc1c5ee76cf28cf25867..dedf9900ac79d81c0d95ca9c307fe25b7794ce90 100644 (file)
@@ -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