# File lib/faraday/adapter/test.rb, line 88
        def matches?(request_path, request_body)
          request_path == path && (body.to_s.size.zero? || request_body == body)
        end