Sha256: cd3b35225c6a2ca8655f8c7d915e130aeb88d07ec13a2eeeb24ab7e813569a6b

Contents?: true

Size: 1.35 KB

Versions: 201

Compression:

Stored size: 1.35 KB

Contents

{
    "provider": {
        "name": "a provider"
    },
    "consumer": {
        "name": "a consumer"
    },
    "interactions": [
        {
            "description": "an interaction with terms",
            "request": {
                "method": "post",
                "path": "/path",
                "query": "some=thing",
                "headers": {
                    "key": "a header"
                },
                "body": {
                    "term": {
                      "json_class": "Pact::Term",
                      "data": {
                        "generate": "sunny",
                        "matcher": {
                          "json_class": "Regexp",
                          "o": 0,
                          "s": "sun"
                        }
                      }
                    }
                }
            },
            "response": {
                "status": 200,
                "body": {
                    "term": {
                      "json_class": "Pact::Term",
                      "data": {
                        "generate": "rainy",
                        "matcher": {
                          "json_class": "Regexp",
                          "o": 0,
                          "s": "rain"
                        }
                      }
                    }
                }
            }
        }
    ]
}

Version data entries

201 entries across 201 versions & 4 rubygems

Version Path
pact_broker-2.47.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.46.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.45.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.44.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.43.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.42.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.41.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.40.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.39.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.38.1 spec/support/interaction_view_model_with_terms.json
pact_broker-2.38.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.37.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.36.1 spec/support/interaction_view_model_with_terms.json
pact_broker-2.36.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.35.0 spec/support/interaction_view_model_with_terms.json
pact-support-1.11.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.34.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.33.0 spec/support/interaction_view_model_with_terms.json
pact-support-1.10.3 spec/support/interaction_view_model_with_terms.json
pact_broker-2.32.0 spec/support/interaction_view_model_with_terms.json