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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_mirror.rb b/test/rubygems/test_gem_commands_mirror.rb
index 6b2b7d11bb..9d3d7169f1 100644
--- a/test/rubygems/test_gem_commands_mirror.rb
+++ b/test/rubygems/test_gem_commands_mirror.rb
@@ -3,6 +3,7 @@ require 'rubygems/test_case'
require 'rubygems/commands/mirror_command'
class TestGemCommandsMirrorCommand < Gem::TestCase
+
def setup
super
@@ -16,4 +17,5 @@ class TestGemCommandsMirrorCommand < Gem::TestCase
assert_match %r{Install the rubygems-mirror}i, @ui.error
end
+
end