scm: use ActionView::TestCase instead of HelperTestCase at repository_helper_test.rb.
ActionView::Helpers::ActiveRecordHelper at test/helper_testcase.rb does not exist on Rails 3.0. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6107 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e4d082a421
commit
fe566992f0
|
@ -17,7 +17,7 @@
|
|||
|
||||
require File.expand_path('../../../test_helper', __FILE__)
|
||||
|
||||
class RepositoryHelperTest < HelperTestCase
|
||||
class RepositoryHelperTest < ActionView::TestCase
|
||||
include RepositoriesHelper
|
||||
|
||||
def test_from_latin1_to_utf8
|
||||
|
|
Loading…
Reference in New Issue