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 3ec8829 commit 2861191Copy full SHA for 2861191
rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb
@@ -144,7 +144,7 @@ module Http
144
end
145
146
147
- it "uses the specified proxy if the wildcard character is used in #{no_proxy_var}" do
+ it "ignores wildcard characters in #{no_proxy_var} and uses the proxy" do
148
with_env('http_proxy' => 'proxy.org:8080', no_proxy_var => '*') do
149
http = client.send :http
150
expect(http).to be_proxy
0 commit comments