summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.