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-support-1.7.0 spec/support/interaction_view_model_with_terms.json
pact-support-1.6.6 spec/support/interaction_view_model_with_terms.json
pact-support-1.6.5 spec/support/interaction_view_model_with_terms.json
pact-support-1.7.0.alpha.1 spec/support/interaction_view_model_with_terms.json
pact-support-1.6.4 spec/support/interaction_view_model_with_terms.json
pact-support-1.6.3 spec/support/interaction_view_model_with_terms.json
pact_broker-2.24.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.23.4 spec/support/interaction_view_model_with_terms.json
pact_broker-2.23.3 spec/support/interaction_view_model_with_terms.json
pact_broker-2.23.2 spec/support/interaction_view_model_with_terms.json
pact_broker-2.23.1 spec/support/interaction_view_model_with_terms.json
pact_broker-2.23.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.22.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.21.0 spec/support/interaction_view_model_with_terms.json
pact_broker-2.20.0 spec/support/interaction_view_model_with_terms.json
pact-support-1.6.2 spec/support/interaction_view_model_with_terms.json
pact_broker-2.19.2 spec/support/interaction_view_model_with_terms.json
pact-support-1.6.1 spec/support/interaction_view_model_with_terms.json
pact_broker-2.19.1 spec/support/interaction_view_model_with_terms.json
pact_broker-2.19.0 spec/support/interaction_view_model_with_terms.json