]> source.dussan.org Git - redmine.git/commitdiff
use ActionView::TestCase instead of HelperTestCase at test/unit/lib/redmine/wiki_form...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Jun 2011 04:01:45 +0000 (04:01 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Jun 2011 04:01:45 +0000 (04:01 +0000)
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@6115 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/wiki_formatting/macros_test.rb

index 238e5a7ae446fff568fdc192bd6c57d4eedd487e..c9fe522aed563790d6b882a06a986f6779918afc 100644 (file)
@@ -17,7 +17,7 @@
 
 require File.expand_path('../../../../../test_helper', __FILE__)
 
-class Redmine::WikiFormatting::MacrosTest < HelperTestCase
+class Redmine::WikiFormatting::MacrosTest < ActionView::TestCase
   include ApplicationHelper
   include ActionView::Helpers::TextHelper
   include ActionView::Helpers::SanitizeHelper