mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove commented out code
https://github.com/rubygems/rubygems/commit/42aa0d7ebc
This commit is contained in:
parent
2c2b0d4ec1
commit
5b77fc8abe
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
require 'rubygems/test_case'
|
||||
# require 'rubygems/builder'
|
||||
# require 'rubygems/package'
|
||||
require 'rubygems/deprecate'
|
||||
|
||||
class TestDeprecate < Gem::TestCase
|
||||
|
@ -9,7 +7,6 @@ class TestDeprecate < Gem::TestCase
|
|||
def setup
|
||||
super
|
||||
|
||||
# Gem::Deprecate.saved_warnings.clear
|
||||
@original_skip = Gem::Deprecate.skip
|
||||
Gem::Deprecate.skip = false
|
||||
end
|
||||
|
@ -17,7 +14,6 @@ class TestDeprecate < Gem::TestCase
|
|||
def teardown
|
||||
super
|
||||
|
||||
# Gem::Deprecate.saved_warnings.clear
|
||||
Gem::Deprecate.skip = @original_skip
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue