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