Sha256: 6a43e296889defc46af74f303b3e03920ddc492d417ed33266f359562757f480

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

{
    "consumer": {
        "name": "an unknown consumer"
    },
    "interactions": [
        {
            "description": "A test request",
            "request": {
                "method": "get",
                "path": "/weather",
                "query": ""
            },
            "response": {
                "status": 200,
                "headers" : {"Content-type": "application/json"},
                "body": {"message" : "this is not the weather you are looking for"}

            },
            "producer_state": "the weather is cloudy"
        }
    ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pact-0.1.37 spec/support/test_app_fail.json
pact-0.1.35 spec/support/test_app_fail.json
pact-0.1.28 spec/support/test_app_fail.json