Method: HttpStub::Configurator::EndpointTemplate#add_stub!
- Defined in:
- lib/http_stub/configurator/endpoint_template.rb
#add_stub!(response_overrides = {}, &block) ⇒ Object
17 18 19 |
# File 'lib/http_stub/configurator/endpoint_template.rb', line 17 def add_stub!(response_overrides={}, &block) @server.add_stub!(self.build_stub(response_overrides, &block)) end |