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

* test/fileutils/test_fileutils.rb (check_singleton): fix to use

symbole instead of string.
* test/io/nonblock/test_flush.rb: enable tests.
* test/xmlrpc/test_webrick_server.rb: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-02-14 16:53:00 +00:00
parent 970df0d138
commit a8d47615da
4 changed files with 10 additions and 3 deletions

View file

@ -77,7 +77,7 @@ class TestFileUtils
include FileUtils
def check_singleton(name)
assert_equal true, ::FileUtils.public_methods.include?(name.to_s)
assert_equal true, ::FileUtils.public_methods.include?(name.to_sym)
end
def my_rm_rf(path)