mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
use ActionView::TestCase instead of HelperTestCase at sort_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@6113 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
require File.expand_path('../../../test_helper', __FILE__)
|
||||
|
||||
class SortHelperTest < HelperTestCase
|
||||
class SortHelperTest < ActionView::TestCase
|
||||
include SortHelper
|
||||
|
||||
def setup
|
||||
|
||||
Reference in New Issue
Block a user