summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-14 14:39:47 +0900
committergit <svn-admin@ruby-lang.org>2024-11-14 07:44:01 +0000
commit331f1647d76079cc974faf7a10381f4f68e5430d (patch)
treefff1fcd7b80310e484ea94bcf153baaa6732478a /spec
parent028958f9ad83adbd1f7cb8e79167c9fb5e694535 (diff)
[rubygems/rubygems] Revert "mustermann depends on URI::RFC2396_PARSER behavior"
This reverts commit https://github.com/rubygems/rubygems/commit/82b25dd75afd. https://github.com/rubygems/rubygems/commit/16adf53f23
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/install/gems/dependency_api_fallback_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/bundler/install/gems/dependency_api_fallback_spec.rb b/spec/bundler/install/gems/dependency_api_fallback_spec.rb
index 107da15d67..f2443233e2 100644
--- a/spec/bundler/install/gems/dependency_api_fallback_spec.rb
+++ b/spec/bundler/install/gems/dependency_api_fallback_spec.rb
@@ -12,9 +12,6 @@ RSpec.describe "gemcutter's dependency API" do
require_relative "../../support/artifice/endpoint_timeout"
- # mustermann depends on URI::RFC2396_PARSER behavior
- URI.parser = URI::RFC2396_PARSER if URI.respond_to?(:parser=)
-
require "rackup/server"
@t = Thread.new do
@@ -36,8 +33,6 @@ RSpec.describe "gemcutter's dependency API" do
Artifice.deactivate
@t.kill
@t.join
-
- URI.parser = URI::DEFAULT_PARSER if URI.respond_to?(:parser=)
end
it "times out and falls back on the modern index" do