ruby-changes:67892
From: Hiroshi <ko1@a...>
Date: Sat, 11 Sep 2021 08:48:33 +0900 (JST)
Subject: [ruby-changes:67892] 4505be6fd0 (master): Removed MiniTest hack for the default gems repo
https://git.ruby-lang.org/ruby.git/commit/?id=4505be6fd0 From 4505be6fd0863aac9624062a98f4cbdafd8f4b72 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 8 Sep 2021 21:11:39 +0900 Subject: Removed MiniTest hack for the default gems repo --- tool/lib/core_assertions.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tool/lib/core_assertions.rb b/tool/lib/core_assertions.rb index 51aeebb..5720eb1 100644 --- a/tool/lib/core_assertions.rb +++ b/tool/lib/core_assertions.rb @@ -26,13 +26,6 @@ module Test https://github.com/ruby/ruby/blob/trunk/tool/lib/core_assertions.rb#L26 module CoreAssertions require_relative 'envutil' - unless defined?(MiniTest) - module MiniTest - class Assertion < Exception; end - class Skip < Assertion; end - end - end - require 'pp' include Test::Unit::Assertions -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/