class Typhoeus::Hydra

def stub(method, url)

def stub(method, url)
  @stubs << HydraMock.new(url, method)
  @stubs.last
end