# File lib/active_resource/http_mock.rb, line 234 def ==(req) path == req.path && method == req.method && headers_match?(req) end