From 4e60b843c6e6349cc6c2b50a1fae2ca4ad05fe75 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 28 Sep 2008 16:52:56 +0000 Subject: * test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_info_formatting.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/rdoc/test_rdoc_info_formatting.rb b/test/rdoc/test_rdoc_info_formatting.rb index b18cdf2931..c0a9600989 100644 --- a/test/rdoc/test_rdoc_info_formatting.rb +++ b/test/rdoc/test_rdoc_info_formatting.rb @@ -19,7 +19,7 @@ class TestRDocInfoFormatting < Test::Unit::TestCase end def teardown - # FileUtils.rm_rf @output_dir + FileUtils.rm_rf @output_dir end # Make sure tags like *this* do not make HTML -- cgit v1.2.3