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:
parent
2871d56045
commit
b0dfcca230
|
@ -17,7 +17,7 @@
|
|||
|
||||
require File.expand_path('../../../test_helper', __FILE__)
|
||||
|
||||
class IssuesHelperTest < ActionView::TestCase
|
||||
class IssuesHelperTest < HelperTestCase
|
||||
include ApplicationHelper
|
||||
include IssuesHelper
|
||||
|
||||
|
|
Loading…
Reference in New Issue