summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_parser_rd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_parser_rd.rb')
-rw-r--r--test/rdoc/test_rdoc_parser_rd.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/rdoc/test_rdoc_parser_rd.rb b/test/rdoc/test_rdoc_parser_rd.rb
index 79959d2aae..bed47950fb 100644
--- a/test/rdoc/test_rdoc_parser_rd.rb
+++ b/test/rdoc/test_rdoc_parser_rd.rb
@@ -22,13 +22,6 @@ class TestRDocParserRd < RDoc::TestCase
@tempfile.close
end
- def mu_pp obj
- s = ''
- s = PP.pp obj, s
- s = s.force_encoding Encoding.default_external if defined? Encoding
- s.chomp
- end
-
def test_file
assert_kind_of RDoc::Parser::Text, util_parser('')
end