Sha256: 9fae1e55ad1ed0885504dc1de3f6f4467938c5d5720a834c4ba9849d99af765c

Contents?: true

Size: 619 Bytes

Versions: 84

Compression:

Stored size: 619 Bytes

Contents

{
    "consumer": {
        "name": "some-test-consumer"
    },
    "provider": {
        "name": "the test app in the pact_helper file"
    },
    "interactions": [
        {
            "description": "a test request expecting an application/json response",
            "request": {
                "method": "get",
                "path": "/content_type_is_important",
                "query": ""
            },
            "response": {
                "status": 200,
                "headers" : {"Content-type": "application/json"},
                "body": {"message" : "A message"}
            }
        }
    ]
}

Version data entries

84 entries across 84 versions & 3 rubygems

Version Path
pact-support-1.11.0 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.10.3 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.10.2 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.10.1 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.10.0 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.9.0 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.8.1 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.8.0 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.7.2 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.7.1 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.7.0 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.6 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.5 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.7.0.alpha.1 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.4 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.3 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.2 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.1 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.6.0 spec/support/test_app_with_right_content_type_differ.json
pact-support-1.5.2 spec/support/test_app_with_right_content_type_differ.json