From 46e5c5622f4d4b6ef4570031eaf08c49a5712389 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 7 Sep 2016 02:51:12 +0000 Subject: * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta1 This version is mostly same as r56072. It contains to remove code for Ruby 1.8 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/markup/formatter_test_case.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/rdoc/markup/formatter_test_case.rb') diff --git a/lib/rdoc/markup/formatter_test_case.rb b/lib/rdoc/markup/formatter_test_case.rb index 776fe00537..a5b4933de4 100644 --- a/lib/rdoc/markup/formatter_test_case.rb +++ b/lib/rdoc/markup/formatter_test_case.rb @@ -177,9 +177,6 @@ class RDoc::Markup::FormatterTestCase < RDoc::TestCase # Calls accept_heading_3 with a level 3 RDoc::Markup::Heading def test_accept_heading_3 - # HACK this doesn't belong here - skip "No String#chars, upgrade your ruby" unless ''.respond_to? :chars - @to.start_accepting @to.accept_heading @RM::Heading.new(3, 'Hello') @@ -765,4 +762,3 @@ class RDoc::Markup::FormatterTestCase < RDoc::TestCase end end - -- cgit v1.2.3