summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_signin_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_signin_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_signin_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_signin_command.rb b/test/rubygems/test_gem_commands_signin_command.rb
index 56eecfc1f8..2cf86edd09 100644
--- a/test/rubygems/test_gem_commands_signin_command.rb
+++ b/test/rubygems/test_gem_commands_signin_command.rb
@@ -48,7 +48,7 @@ class TestGemCommandsSigninCommand < Gem::TestCase
assert_equal credentials[:rubygems_api_key], api_key
- assert_equal credentials[host], nil
+ assert_nil credentials[host]
end
def test_execute_with_host_supplied