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

* test/rdoc/test_rdoc_parser_ruby.rb (teardown): close tempfile.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-07-22 11:34:23 +00:00
parent ba3fe885d5
commit 08bbb08c5f
2 changed files with 5 additions and 1 deletions

View file

@ -19,7 +19,7 @@ class TestRdocParserRuby < Test::Unit::TestCase
end
def teardown
@tempfile.unlink
@tempfile.close
end
def test_look_for_directives_in_commented