[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:
parent
d0cc4ecb8f
commit
06f84d0567
Notes:
git
2020-07-31 21:08:25 +09:00
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user