Sha256: d64e49a68f30f0febd94b29e30d82e797e09d233b2753e8e52021cfc427777ee

Contents?: true

Size: 305 Bytes

Versions: 16

Compression:

Stored size: 305 Bytes

Contents

Feature: Fetch proxy pac

  As a proxy user
  I want to have a local proxy pac
  In order to reach different proxy servers

  Scenario: Default
    Given no proxy urls in environment
    When I sucessfully fetch the proxy pac
    Then I got
    """
    function FindProxyForURL(url, host) {
    }
    """

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
local_pac-0.10.2 features/fetch_proxy_pac.feature_
local_pac-0.10.1 features/fetch_proxy_pac.feature_
local_pac-0.10.0 features/fetch_proxy_pac.feature_
local_pac-0.9.0 features/fetch_proxy_pac.feature_
local_pac-0.7.0 features/fetch_proxy_pac.feature_
local_pac-0.6.3 features/fetch_proxy_pac.feature_
local_pac-0.6.2 features/fetch_proxy_pac.feature_
local_pac-0.6.1 features/fetch_proxy_pac.feature_
local_pac-0.5.0 features/fetch_proxy_pac.feature_
local_pac-0.4.0 features/fetch_proxy_pac.feature_
local_pac-0.3.0 features/fetch_proxy_pac.feature_
local_pac-0.2.3 features/fetch_proxy_pac.feature_
local_pac-0.2.2 features/fetch_proxy_pac.feature_
local_pac-0.2.1 features/fetch_proxy_pac.feature_
local_pac-0.2.0 features/fetch_proxy_pac.feature
local_pac-0.1.13 features/fetch_proxy_pac.feature