Sha256: b8810b1f7f8fd06c3b4a2d4d879c605fc6c7799f2cfe70d04f7c1af26fcc2518

Contents?: true

Size: 1.15 KB

Versions: 6

Compression:

Stored size: 1.15 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://<USER>:<PASS>@<URL>:80/users/1/user_white_lists.json
    body: 
    headers: 
      content-type: 
      - application/json
      authorization: 
      - Basic <REDACTED>
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 200
      message: OK
    headers: 
      x-ua-compatible: 
      - IE=Edge,chrome=1
      etag: 
      - "\"bf92431d4e4cce8b1934f23c83f7429d\""
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.022344"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Mon, 13 Feb 2012 20:49:37 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "200"
      cache-control: 
      - max-age=0, private, must-revalidate
      transfer-encoding: 
      - chunked
    body: "[{\"user_white_list\":{\"created_at\":\"2012-02-13T20:46:07Z\",\"updated_at\":\"2012-02-13T20:46:07Z\",\"id\":2,\"user_id\":1,\"ip\":\"192.168.1.1\",\"description\":null}}]"
    http_version: "1.1"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
squall-1.4.0 spec/vcr_cassettes/whitelist/list.yml
squall-1.3.1 spec/vcr_cassettes/whitelist/list.yml
squall-1.3.0 spec/vcr_cassettes/whitelist/list.yml
squall-1.2.1beta1 spec/vcr_cassettes/whitelist/list.yml
squall-1.2.0beta1 spec/vcr_cassettes/whitelist/list.yml
squall-1.1.0 spec/vcr_cassettes/whitelist/list.yml