diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-08-29 13:44:03 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-08-29 15:05:30 +0900 |
commit | 141102b0b08c4feb682210033cac8d0f042c4beb () | |
tree | b93ca7dc2f6849cef12e5ea7425939ce5aa4f40e /tool/lib/core_assertions.rb | |
parent | 589cd0e511304be1419d4d7191eaf1063ef83fd5 (diff) |
Expose Test.filter_backtrace for the default gems.
Notes: Merged: https://.com/ruby/ruby/pull/8313
-rw-r--r-- | tool/lib/core_assertions.rb | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -1,6 +1,43 @@ # frozen_string_literal: true module Test module Unit module Assertions def assert_raises(*exp, &b) |