Module: XmlRequestHandler::InstanceMethods
- Defined in:
- lib/vcr/xml_request_handler.rb
Instance Method Summary collapse
Instance Method Details
#on_unhandled_request ⇒ Object
7 8 9 10 11 12 13 |
# File 'lib/vcr/xml_request_handler.rb', line 7 def on_unhandled_request if /<xml/.match vcr_request.body raise VCR::Errors::UnhandledXmlRequestError.new(vcr_request) else super end end |