mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "alias assert_raise_message for compatibility with test-unit"
This reverts commit 43015275b9
.
`assert_raise_message` in test-unit is different from
`assert_raise_with_message`. It checks the exception message
only, but not the exception class,
This commit is contained in:
parent
43015275b9
commit
f8fb51c976
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ eom
|
|||
end
|
||||
ex
|
||||
end
|
||||
alias assert_raise_message assert_raise_with_message
|
||||
|
||||
def assert_warning(pat, msg = nil)
|
||||
result = nil
|
||||
|
|
Loading…
Add table
Reference in a new issue