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
This commit is contained in:
Toshi MARUYAMA 2011-06-22 07:54:18 +00:00
parent 2871d56045
commit b0dfcca230
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
require File.expand_path('../../../test_helper', __FILE__)
class IssuesHelperTest < ActionView::TestCase
class IssuesHelperTest < HelperTestCase
include ApplicationHelper
include IssuesHelper