From 43015275b9a7f2833c93ad11ea96ae4cb3b7acd7 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 16 Oct 2019 17:22:31 +0900 Subject: alias assert_raise_message for compatibility with test-unit --- tool/lib/test/unit/core_assertions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/lib/test/unit/core_assertions.rb b/tool/lib/test/unit/core_assertions.rb index 1c4a254dd0..deb9908423 100644 --- a/tool/lib/test/unit/core_assertions.rb +++ b/tool/lib/test/unit/core_assertions.rb @@ -275,6 +275,7 @@ eom end ex end + alias assert_raise_message assert_raise_with_message def assert_warning(pat, msg = nil) result = nil -- cgit v1.2.3