We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c90ad commit 16adf53Copy full SHA for 16adf53
1 file changed
bundler/spec/install/gems/dependency_api_fallback_spec.rb
@@ -12,9 +12,6 @@
12
13
require_relative "../../support/artifice/endpoint_timeout"
14
15
- # mustermann depends on URI::RFC2396_PARSER behavior
16
- URI.parser = URI::RFC2396_PARSER if URI.respond_to?(:parser=)
17
-
18
require "rackup/server"
19
20
@t = Thread.new do
@@ -36,8 +33,6 @@
36
33
Artifice.deactivate
37
34
@t.kill
38
35
@t.join
39
40
- URI.parser = URI::DEFAULT_PARSER if URI.respond_to?(:parser=)
41
end
42
43
it "times out and falls back on the modern index" do
0 commit comments