diff options
-rw-r--r-- | test/rubygems/test_gem_commands_sources_command.rb | 60 |
1 files changed, 60 insertions, 0 deletions
@@ -107,6 +107,36 @@ class TestGemCommandsSourcesCommand < Gem::TestCase assert_empty ui.error end def test_execute_add_deny_typo_squatting_source rubygems_org = "https://rubyems.org" @@ -283,6 +313,36 @@ source http://gems.example.com/ already present in the cache assert_empty @ui.error end def test_execute_add_https_rubygems_org https_rubygems_org = 'https://rubygems.org/' |