From bf09511754d63e7018066962107014a905a1f9b5 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 5 Sep 2014 01:41:28 +0000 Subject: * test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding): typofix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/rdoc/test_rdoc_rdoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rdoc') diff --git a/test/rdoc/test_rdoc_rdoc.rb b/test/rdoc/test_rdoc_rdoc.rb index 2adfdcc460..230c18fde2 100644 --- a/test/rdoc/test_rdoc_rdoc.rb +++ b/test/rdoc/test_rdoc_rdoc.rb @@ -261,7 +261,7 @@ class TestRDocRDoc < RDoc::TestCase assert_equal Encoding::ISO_8859_1, top_level.absolute_name.encoding io end - tf.close! if tf.respond_to? :close? + tf.close! if tf.respond_to? :close! end def test_parse_file_forbidden -- cgit v1.2.3