summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_config_file.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/rubygems/test_gem_config_file.rb b/test/rubygems/test_gem_config_file.rb
index d6957efb72..0c6763c6a3 100644
--- a/test/rubygems/test_gem_config_file.rb
+++ b/test/rubygems/test_gem_config_file.rb
@@ -465,21 +465,6 @@ if you believe they were disclosed to a third party.
assert_equal %w[http://even-more-gems.example.com], Gem.sources
end
- def test_ignore_invalid_config_file
- File.open @temp_conf, "w" do |fp|
- fp.puts "invalid: yaml:"
- end
-
- begin
- verbose = $VERBOSE
- $VERBOSE = nil
-
- util_config_file
- ensure
- $VERBOSE = verbose
- end
- end
-
def test_load_ssl_verify_mode_from_config
File.open @temp_conf, "w" do |fp|
fp.puts ":ssl_verify_mode: 1"