mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_send): fix message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c9375ba69
commit
53fd35c304
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ EOT
|
|||
else
|
||||
(argsstr = mu_pp(args)).sub!(/\A\[(.*)\]\z/m, '\1')
|
||||
end
|
||||
"Expected #{mu_pp(recv)}.#{msg}#{argsstr} to return false"
|
||||
"Expected #{mu_pp(recv)}.#{msg}#{argsstr} to return true"
|
||||
}
|
||||
assert recv.__send__(msg, *args), m
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue