Enhancements
- Make the return value from use_cassette block available (#17).
Changes
- Exclude
:custom
mode from applyingmatch_requests_on: [:request_body]
by default.- Make it only applies to
:stub
mode, as it breaks existing custom cassettes.
- Make it only applies to
- Avoid throwing Argument Error when option contains tuple (#30).