Module: Pact::Consumer::DSL

Defined in:
lib/pact/consumer/configuration/dsl.rb

Instance Method Summary collapse

Instance Method Details

#service_consumer(name, &block) ⇒ Object



6
7
8
# File 'lib/pact/consumer/configuration/dsl.rb', line 6

def service_consumer name, &block
  Configuration::ServiceConsumer.build(name, &block)
end