Module: Pact::Consumer::DSL
- Defined in:
- lib/pact/consumer/configuration.rb
Instance Method Summary collapse
Instance Method Details
#service_consumer(name, &block) ⇒ Object
9 10 11 |
# File 'lib/pact/consumer/configuration.rb', line 9 def service_consumer name, &block Configuration::ServiceConsumer.build(name, &block) end |