Sha256: dd0aa1b494376cf5090b8fbbd138a7fe23734c1ee182d4a69e51d3028c19ea12
Contents?: true
Size: 1.95 KB
Versions: 3
Compression:
Stored size: 1.95 KB
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :delete uri: http://user:pass@www.example.com:80/users/6.json body: headers: content-type: - application/json authorization: - Basic WHAT response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 200 message: OK headers: x-ua-compatible: - IE=Edge,chrome=1 x-powered-by: - Phusion Passenger (mod_rails/mod_rack) 3.0.1 etag: - "\"99914b932bd37a50b983c5e7c90ae93b\"" content-type: - application/json; charset=utf-8 date: - Wed, 13 Apr 2011 21:21:49 GMT server: - Apache/2.2.3 (CentOS) x-runtime: - "0.165735" set-cookie: - _onapp_session=WHAT; path=/; HttpOnly cache-control: - max-age=0, private, must-revalidate status: - "200" transfer-encoding: - chunked body: "{}" http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :delete uri: http://user:pass@www.example.com:80/users/22222.json body: headers: content-type: - application/json authorization: - Basic WHAT response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 404 message: Not Found headers: x-ua-compatible: - IE=Edge,chrome=1 x-powered-by: - Phusion Passenger (mod_rails/mod_rack) 3.0.1 content-type: - application/json; charset=utf-8 x-runtime: - "0.032186" server: - Apache/2.2.3 (CentOS) date: - Wed, 13 Apr 2011 21:21:49 GMT set-cookie: - _onapp_session=WHAT; path=/; HttpOnly status: - "404" cache-control: - no-cache transfer-encoding: - chunked body: "{\"error\":\"Resource not found\"}" http_version: "1.1"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
squall-1.0.2 | spec/vcr_cassettes/user/delete.yml |
squall-1.0.1 | spec/vcr_cassettes/user/delete.yml |
squall-1.0.0 | spec/vcr_cassettes/user/delete.yml |