mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
d5e35b38fa
commit
4e60b843c6
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Mon Sep 29 01:51:54 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for
|
||||
test.
|
||||
|
||||
Mon Sep 29 00:30:20 2008 Takeyuki Fujioka <xibbar@ruby-lang.org>
|
||||
|
||||
* lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue