mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):
use standard assert_raise. * test/testunit/test_assertions.rb (test_assert_send): send no longer calls private methods. * test/uri/test_generic.rb (test_parse): corrected path in FTP URI. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a01e8895a4
commit
1f6620a6b9
3 changed files with 25 additions and 58 deletions
|
@ -483,7 +483,6 @@ Message: <"Error">
|
|||
def test_assert_send
|
||||
object = Object.new
|
||||
class << object
|
||||
private
|
||||
def return_argument(argument, bogus)
|
||||
return argument
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue