Sha256: efacaf711d01a2871ed7aa03f052c5eb4c0f326ce55a535fa54e1705f6861b62

Contents?: true

Size: 467 Bytes

Versions: 10

Compression:

Stored size: 467 Bytes

Contents

{
    "consumer": {
        "name": "Consumer"
    },
    "provider": {
        "name": "Provider"
    },
    "interactions": [
        {
            "description": "A test request",
            "request": {
                "method": "get",
                "path": "/"
            },
            "response": {
                "status": 200,
                "body": "stubbing works"
            },
            "provider_state": "something is stubbed"
        }
    ]
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pact-1.1.0.rc1 spec/support/stubbing.json
pact-1.0.37 spec/support/stubbing.json
pact-1.0.36 spec/support/stubbing.json
pact-1.0.35 spec/support/stubbing.json
pact-1.0.34 spec/support/stubbing.json
pact-1.0.33 spec/support/stubbing.json
pact-1.0.32 spec/support/stubbing.json
pact-1.0.31 spec/support/stubbing.json
pact-1.0.30 spec/support/stubbing.json
pact-1.0.29 spec/support/stubbing.json