[rubygems/rubygems] Don't super on main test setup

The `teardown` method doesn't call it either and I don't think it's
necessary.

https://github.com/rubygems/rubygems/commit/ca2a5d485d
This commit is contained in:
David Rodríguez 2020-07-08 21:13:33 +02:00 committed by Hiroshi SHIBATA
parent d0cc4ecb8f
commit 06f84d0567
Notes: git 2020-07-31 21:08:25 +09:00

View File

@ -289,8 +289,6 @@ class Gem::TestCase < Minitest::Test
# or <tt>i686-darwin8.10.1</tt> otherwise.
def setup
super
@orig_env = ENV.to_hash
@tmp = File.expand_path("tmp")