Skip to content

Commit 16adf53

Browse files
committed
Revert "mustermann depends on URI::RFC2396_PARSER behavior"
This reverts commit 82b25dd.
1 parent 90c90ad commit 16adf53

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

bundler/spec/install/gems/dependency_api_fallback_spec.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
require_relative "../../support/artifice/endpoint_timeout"
1414

15-
# mustermann depends on URI::RFC2396_PARSER behavior
16-
URI.parser = URI::RFC2396_PARSER if URI.respond_to?(:parser=)
17-
1815
require "rackup/server"
1916

2017
@t = Thread.new do
@@ -36,8 +33,6 @@
3633
Artifice.deactivate
3734
@t.kill
3835
@t.join
39-
40-
URI.parser = URI::DEFAULT_PARSER if URI.respond_to?(:parser=)
4136
end
4237

4338
it "times out and falls back on the modern index" do

0 commit comments

Comments
 (0)