Method: HttpStub::Configurator::Scenario#add_stubs!
- Defined in:
- lib/http_stub/configurator/scenario.rb
#add_stubs!(stubs) ⇒ Object
23 24 25 |
# File 'lib/http_stub/configurator/scenario.rb', line 23 def add_stubs!(stubs) stubs.each { |stub| add_stub!(stub) } end |