# File lib/typhoeus/expectation.rb, line 93 def find_by(request) all.find do |expectation| expectation.matches?(request) end end