diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-01-22 06:28:04 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-01-22 06:28:04 +0000 |
commit | 3dc6efbe9ca582d6930f25754a16043dedecfa6f () | |
tree | 35980c7383e9e12d092e0eff78f5f16eca2fa1fc /test/rubygems/test_gem_commands_push_command.rb | |
parent | 59a6215af65b3bfade13836681cbacc3294e6e78 (diff) |
Merge rubygems master targeted RubyGems 3.1.0.
https://.com/rubygems/rubygems/commit/1172320540c8c33c59fc1db5191b021c3b2db487 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | test/rubygems/test_gem_commands_push_command.rb | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -199,6 +199,21 @@ class TestGemCommandsPushCommand < Gem::TestCase send_battery end def test_sending_gem_to_allowed_push_host_with_basic_credentials @sanitized_host = "http://privategemserver.example" @host = "http://user:[email protected]" |