Module: ProxyRb::Rspec::Helpers::NonIncludes
- Defined in:
- lib/proxy_rb/rspec/helpers/http_proxy.rb
Overview
Non includable internal helper methods
Not for use by normal users
Class Method Summary collapse
- .clear_environment ⇒ Object
- .configure_driver ⇒ Object
- .register_capybara_driver_for_proxy(proxy) ⇒ Object
Class Method Details
.clear_environment ⇒ Object
21 22 23 24 25 26 27 28 |
# File 'lib/proxy_rb/rspec/helpers/http_proxy.rb', line 21 def clear_environment %w( http_proxy https_proxy HTTP_PROXY HTTPS_PROXY ).each { |v| ENV.delete v } end |