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:
Nobuyoshi Nakada 2019-10-16 21:00:36 +09:00
Родитель 43015275b9
Коммит f8fb51c976
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4BC7D6DF58D8DF60
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -275,7 +275,6 @@ eom
end
ex
end
alias assert_raise_message assert_raise_with_message
def assert_warning(pat, msg = nil)
result = nil