Class: Workato::Testing::VCRMultipartBodyMatcher
- Inherits:
-
Object
- Object
- Workato::Testing::VCRMultipartBodyMatcher
- Defined in:
- lib/workato/testing/vcr_multipart_body_matcher.rb
Class Method Summary collapse
Class Method Details
.call(request1, request2) ⇒ Object
11 12 13 |
# File 'lib/workato/testing/vcr_multipart_body_matcher.rb', line 11 def call(request1, request2) normalized_multipart_body(request1) == normalized_multipart_body(request2) end |