Skip to content

Commit

Permalink
Fleshed out cassette format outline.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 2, 2011
1 parent b19a93f commit fb6dbaa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions features/cassettes/format.feature
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ Feature: Cassette format
human-readable/editable format. A cassette contains an array
of HTTP interactions, each of which has the following:

- Request method, uri, body, headers
- Response status (code & message), headers, body, http version
- request
- method
- uri
- body
- headers
- response
- status
- code
- message
- headers
- body
- http version

Scenario Outline: Request/Response data is saved to disk as YAML
Given a file named "cassette_format.rb" with:
Expand Down

0 comments on commit fb6dbaa

Please sign in to comment.