# File lib/faraday/adapter/test.rb, line 92 def matches?(stack, path, body) stack.detect { |stub| stub.matches?(path, body) } end