Module: VCR::Errors::UnhandledXmlRequestError::Bodies
- Included in:
- VCR::Errors::UnhandledXmlRequestError
- Defined in:
- lib/vcr/errors/unhandled_xml_request_error/bodies.rb
Instance Method Summary collapse
Instance Method Details
#expected_body ⇒ Object
2 3 4 |
# File 'lib/vcr/errors/unhandled_xml_request_error/bodies.rb', line 2 def expected_body @expected_body ||= format(filtred_xpaths(expected_request.body)) end |
#received_body ⇒ Object
6 7 8 |
# File 'lib/vcr/errors/unhandled_xml_request_error/bodies.rb', line 6 def received_body @received_body ||= format(filtred_xpaths(request.body)) end |