Sha256: fa3c24672bd88a605ee3f7f9bdfc6b566700f1316337d177c16a91d3509aa6ca

Contents?: true

Size: 948 Bytes

Versions: 3

Compression:

Stored size: 948 Bytes

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :post
    uri: https://simple-note.appspot.com:443/api/login
    body: |
      ZW1haWw9c2ltcGxlbm90ZXRlc3QlNDBtYWlsaW5hdG9yLmNvbSZwYXNzd29y
      ZD1ub3QlMjBteSUyMHBhc3N3b3JkIQ==

    headers: 
      connection: 
      - close
      content-type: 
      - application/x-www-form-urlencoded
      content-length: 
      - "94"
      host: 
      - simple-note.appspot.com
  response: !ruby/struct:VCR::Response 
    status: !ruby/struct:VCR::ResponseStatus 
      code: 400
      message: Bad Request
    headers: 
      expires: 
      - Fri, 01 Jan 1990 00:00:00 GMT
      content-type: 
      - text/html; charset=utf-8
      connection: 
      - close
      date: 
      - Sat, 03 Jul 2010 23:05:14 GMT
      server: 
      - Google Frontend
      content-length: 
      - "0"
      cache-control: 
      - no-cache
    body: ""
    http_version: "1.1"

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
jugyo-simplenote-0.1.0 test/fixtures/login_failure.yml
simplenote-0.2.1 test/fixtures/login_failure.yml
simplenote-0.2.0 test/fixtures/login_failure.yml