Sha256: 5186c5b2f732ff4fee9558ef8f8de4ae8b7be6222c6f08f576dd9903b5c8842e

Contents?: true

Size: 573 Bytes

Versions: 10

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"}

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pact-1.0.9 spec/support/test_app_fail.json
pact-1.0.8 spec/support/test_app_fail.json
pact-1.0.7 spec/support/test_app_fail.json
pact-1.0.6 spec/support/test_app_fail.json
pact-1.0.5 spec/support/test_app_fail.json
pact-1.0.4 spec/support/test_app_fail.json
pact-1.0.3 spec/support/test_app_fail.json
pact-1.0.2 spec/support/test_app_fail.json
pact-1.0.1 spec/support/test_app_fail.json
pact-1.0.0 spec/support/test_app_fail.json