summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-08 21:11:39 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit4505be6fd0863aac9624062a98f4cbdafd8f4b72 (patch)
tree661dd20db8ac71737bc1627d8b3a97874503649f
parent3451d4d9417ce1a6099d18e3a0d4ee012cf7bace (diff)
Removed MiniTest hack for the default gems repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
-rw-r--r--tool/lib/core_assertions.rb7
1 files changed, 0 insertions, 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