We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Follow the instructions in the README, this is the default behaviour.
Configure your Rack application to be started by Pact, and tell it what port to run on.
Pact.service_consumer "My Consumer" do app your_rack_app port 8001 has_pact_with "My Provider" do ... end end
Use pact-consumer-minitest.