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:
parent
6265a1a7b0
commit
14d44c8997
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue