Skip to content

Instantly share code, notes, and snippets.

View uglyog's full-sized avatar

Ronald Holshausen uglyog

View GitHub Profile
$ rake pact:verify
Using spec/service_consumers/pact_helper.rb
Verifying a pact between Source System and Event API
A post request with an event
returns a response which
has status code 201
Finished in 0.10356 seconds
1 example, 0 failures
{
"provider": {
"name": "Event API"
},
"consumer": {
"name": "Source System"
},
"interactions": [
{
"description": "A POST request with an event",