summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_mirror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_mirror.rb')
-rw-r--r--test/rubygems/test_gem_commands_mirror.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rubygems/test_gem_commands_mirror.rb b/test/rubygems/test_gem_commands_mirror.rb
index 2f6fe52401..3b01ab3645 100644
--- a/test/rubygems/test_gem_commands_mirror.rb
+++ b/test/rubygems/test_gem_commands_mirror.rb
@@ -2,23 +2,10 @@ require 'rubygems/test_case'
require 'rubygems/commands/mirror_command'
class TestGemCommandsMirrorCommand < Gem::TestCase
-
def setup
super
@cmd = Gem::Commands::MirrorCommand.new
-
- @mirror_specs = Gem::Specification.find_all_by_name('rubygems-mirror').each do |spec|
- Gem::Specification.remove_spec spec
- end
- end
-
- def teardown
- @mirror_specs.each do |spec|
- Gem::Specification.add_spec spec
- end
-
- super
end
def test_execute