Sha256: 9a36ee9f44a919715d46fa34e9bb039e315fb0de1dc5d3a67c4fbb95e9e99ea1
Contents?: true
Size: 985 Bytes
Versions: 5
Compression:
Stored size: 985 Bytes
Contents
{ "consumer": { "name": "some-test-consumer" }, "provider": { "name": "an unknown provider" }, "interactions": [ { "description": "a test request", "request": { "method": "get", "path": "/weather", "query": "" }, "response": { "status": 200, "headers" : {"Content-type": "application/json"}, "body": { "message" : { "json_class": "Pact::Term", "data": { "generate": "rainy", "matcher": { "json_class": "Regexp", "o": 0, "s": "rain" } } } } }, "provider_state": "the weather is sunny" } ] }
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pact-1.1.0 | spec/support/term.json |
pact-1.1.0.rc5 | spec/support/term.json |
pact-1.1.0.rc4 | spec/support/term.json |
pact-1.1.0.rc3 | spec/support/term.json |
pact-1.1.0.rc2 | spec/support/term.json |