summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-07-08 21:13:05 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-31 21:07:19 +0900
commitd0cc4ecb8f6a30b340d06e9ef1cf90264eba675a (patch)
tree0a86e0500b5a499284c190490f94cdf670455a09
parent1260d22cae8697fc2f8e3999190a228cf23e7823 (diff)
[rubygems/rubygems] Remove very old compatibility code
https://github.com/rubygems/rubygems/commit/6e4bef758b
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3379
-rw-r--r--lib/rubygems/test_case.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rubygems/test_case.rb b/lib/rubygems/test_case.rb
index 5c576bbfad..a70a1055de 100644
--- a/lib/rubygems/test_case.rb
+++ b/lib/rubygems/test_case.rb
@@ -280,9 +280,6 @@ class Gem::TestCase < Minitest::Test
include Gem::DefaultUserInteraction
- undef_method :default_test if instance_methods.include? 'default_test' or
- instance_methods.include? :default_test
-
##
# #setup prepares a sandboxed location to install gems. All installs are
# directed to a temporary directory. All install plugins are removed.