From: Toshi MARUYAMA Date: Wed, 22 Jun 2011 07:54:18 +0000 (+0000) Subject: back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesHelperTest. X-Git-Tag: 1.3.0~1779 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b0dfcca23045517b29f90adc8b8b7b1abe9a3154;p=redmine.git back out r6117. use ActionView::TestCase instead of HelperTestCase at IssuesHelperTest. Tests on CI server fail. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6119 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/helpers/issues_helper_test.rb b/test/unit/helpers/issues_helper_test.rb index 220fc2851..7f78f0994 100644 --- a/test/unit/helpers/issues_helper_test.rb +++ b/test/unit/helpers/issues_helper_test.rb @@ -17,7 +17,7 @@ require File.expand_path('../../../test_helper', __FILE__) -class IssuesHelperTest < ActionView::TestCase +class IssuesHelperTest < HelperTestCase include ApplicationHelper include IssuesHelper