fiuba/alfred

View on GitHub
fixtures/vcr_cassettes/dropbox_delete_inexistent_file.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: post
    uri: https://api.dropbox.com/1/fileops/delete?path=/foo.bar&root=sandbox
    body:
      encoding: US-ASCII
      string: ''
    headers:
      Accept:
      - ! '*/*'
      User-Agent:
      - OfficialDropboxRubySDK/1.5.1
      Authorization:
      - OAuth oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_consumer_key="1234567890abcde",
        oauth_token="1234567890abcde", oauth_signature="abcdef1234567890abcdef123456789"
  response:
    status:
      code: 404
      message: Not Found
    headers:
      Server:
      - nginx
      Date:
      - Fri, 01 Jun 2013 00:00:00 GMT
      Content-Type:
      - application/json
      Transfer-Encoding:
      - chunked
      Connection:
      - keep-alive
    body:
      encoding: US-ASCII
      string: ! '{"error": "Path ''/foo.bar'' not found"}'
    http_version: 
  recorded_at: Sun, 30 Jun 2013 18:47:18 GMT
recorded_with: VCR 2.5.0