]> 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:02:27 +0000 (04:02 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 22 Jun 2011 04:02:27 +0000 (04:02 +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@6116 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index fa5f8adb4ae0635c30cda15530db1de09b7f0537..7314d4880b271c4c94306ad82dafe70f417e02b7 100644 (file)
@@ -17,7 +17,7 @@
 
 require File.expand_path('../../../../../test_helper', __FILE__)
 
-class Redmine::WikiFormatting::TextileFormatterTest < HelperTestCase
+class Redmine::WikiFormatting::TextileFormatterTest < ActionView::TestCase
 
   def setup
     @formatter = Redmine::WikiFormatting::Textile::Formatter