# File lib/active_resource/http_mock.rb, line 152 def ==(req) path == req.path && method == req.method && headers == req.headers end