Sha256: c03b98169a040bb7043fde050deb2873f7215773a37a0eca399fffe6e34b315d

Contents?: true

Size: 1.07 KB

Versions: 6

Compression:

Stored size: 1.07 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: http://<USER>:<PASS>@<URL>:80/users/1/monthly_bills.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: 
      - "\"5f2bfb4046f10a62efd327e7b82ee112\""
      x-powered-by: 
      - Phusion Passenger (mod_rails/mod_rack) 3.0.1
      content-type: 
      - application/json; charset=utf-8
      x-runtime: 
      - "0.257998"
      server: 
      - Apache/2.2.3 (CentOS)
      date: 
      - Mon, 13 Feb 2012 16:14:57 GMT
      set-cookie: 
      - <REDACTED>
      status: 
      - "200"
      cache-control: 
      - max-age=0, private, must-revalidate
      transfer-encoding: 
      - chunked
    body: "[{\"cost\":3.49000004833101e+26,\"month\":1},{\"cost\":2.34000003240532e+26,\"month\":2}]"
    http_version: "1.1"

Version data entries

6 entries across 6 versions & 1 rubygems

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