theodi/open-orgn-services

View on GitHub
fixtures/vcr_cassettes/Processing_membership_signups/generate_invoice.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Nerd%20Enterprises%20Inc
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Tue, 26 May 2015 08:53:30 GMT
      Server:
      - Apache
      X-Frame-Options:
      - DENY
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      X-Xss-Protection:
      - 1; mode=block
      X-Content-Type-Options:
      - nosniff
      Strict-Transport-Security:
      - max-age=31536000
      Content-Type:
      - ! '*/*;charset=UTF-8'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Tue, 26 May 2015 08:53:30 GMT
recorded_with: VCR 2.9.3