1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a test for debugging.

* test/rdoc/test_rdoc_markup_pre_process.rb: show
  `RDoc::Markup::PreProcess.post_processors` as a failure message
  for debugging.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-12-22 05:15:45 +00:00
parent 6265a1a7b0
commit 14d44c8997

View file

@ -29,7 +29,8 @@ class TestRDocMarkupPreProcess < RDoc::TestCase
def test_class_post_process
RDoc::Markup::PreProcess.post_process do end
assert_equal 1, RDoc::Markup::PreProcess.post_processors.length
assert_equal 1, RDoc::Markup::PreProcess.post_processors.length,
proc{RDoc::Markup::PreProcess.post_processors.inspect}
end
def test_include_file