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_bodyObject



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_bodyObject



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