Sha256: acfeca0330d4348caee6c70c7d2c1bcf5181a8488f15d192ee602ed5f1fcf904

Contents?: true

Size: 297 Bytes

Versions: 19

Compression:

Stored size: 297 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 an empty environment
    When I sucessfully fetch the proxy pac
    Then I got
    """
    function FindProxyForURL(url, host) {
    }
    """

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
local_pac-0.1.11 features/fetch_proxy_pac.feature
local_pac-0.1.10 features/fetch_proxy_pac.feature
local_pac-0.1.9 features/fetch_proxy_pac.feature
local_pac-0.1.8 features/fetch_proxy_pac.feature
local_pac-0.1.7 features/fetch_proxy_pac.feature
local_pac-0.1.6 features/fetch_proxy_pac.feature
local_pac-0.1.5 features/fetch_proxy_pac.feature
local_pac-0.1.4 features/fetch_proxy_pac.feature
local_pac-0.1.3 features/fetch_proxy_pac.feature
local_pac-0.1.2 features/fetch_proxy_pac.feature
local_pac-0.1.1 features/fetch_proxy_pac.feature
local_pac-0.1.0 features/fetch_proxy_pac.feature
local_pac-0.0.7 features/fetch_proxy_pac.feature
local_pac-0.0.6 features/fetch_proxy_pac.feature
local_pac-0.0.5 features/fetch_proxy_pac.feature
local_pac-0.0.4 features/fetch_proxy_pac.feature
local_pac-0.0.3 features/fetch_proxy_pac.feature
local_pac-0.0.2 features/fetch_proxy_pac.feature
local_pac-0.0.1 features/fetch_proxy_pac.feature