summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_signout_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_signout_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_signout_command.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_signout_command.rb b/test/rubygems/test_gem_commands_signout_command.rb
index 20389d0537..2674351fd3 100644
--- a/test/rubygems/test_gem_commands_signout_command.rb
+++ b/test/rubygems/test_gem_commands_signout_command.rb
@@ -5,6 +5,7 @@ require 'rubygems/commands/signout_command'
require 'rubygems/installer'
class TestGemCommandsSignoutCommand < Gem::TestCase
+
def setup
super
@cmd = Gem::Commands::SignoutCommand.new
@@ -27,4 +28,5 @@ class TestGemCommandsSignoutCommand < Gem::TestCase
assert_match %r{You are not currently signed in}, @sign_out_ui.error
end
+
end