Sha256: 2d33b22b335a46f317dd7a5b049739615cd3b8cc76a5d45ffc37eff443975bbf

Contents?: true

Size: 467 Bytes

Versions: 95

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

95 entries across 95 versions & 3 rubygems

Version Path
pact-mock_service-0.0.1 spec/support/stubbing.json
pact-1.3.3 spec/support/stubbing.json
pact-1.3.2 spec/support/stubbing.json
pact-1.3.1 spec/support/stubbing.json
pact-1.3.0 spec/support/stubbing.json
pact-1.2.1.rc2 spec/support/stubbing.json
pact-1.2.1.rc1 spec/support/stubbing.json
pact-1.1.1 spec/support/stubbing.json
pact-1.1.0 spec/support/stubbing.json
pact-1.1.0.rc5 spec/support/stubbing.json
pact-1.1.0.rc4 spec/support/stubbing.json
pact-1.1.0.rc3 spec/support/stubbing.json
pact-1.0.39 spec/support/stubbing.json
pact-1.1.0.rc2 spec/support/stubbing.json
pact-1.0.38 spec/support/stubbing.json