From 4505be6fd0863aac9624062a98f4cbdafd8f4b72 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA 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 51aeebb78f..5720eb1ac3 100644 --- a/tool/lib/core_assertions.rb +++ b/tool/lib/core_assertions.rb @@ -26,13 +26,6 @@ module Test 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.2.3