module Typhoeus::Request::Stubbable
def run
-
(Response)
- The response.
Other tags:
- Example: Run the request. -
def run if expectation = Expectation.find_by(self) finish(expectation.response) else super end end
(Response)
- The response.
def run if expectation = Expectation.find_by(self) finish(expectation.response) else super end end