Sha256: 4cb998a1c732ebcb9c41b26af6b81acf8c22cd3d6fd2aeef3d1a2e9dfc88d14c

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

{
  "producer": {
    "name": "a producer"
  },
  "consumer": {
    "name": "a consumer"
  },
  "interactions": [
    {
      "description": "request one",
      "request": {
        "method": "get",
        "path": "/path_one"
      },
      "response": {
      },
      "producer_state": "state one"
    },
    {
      "description": "request two",
      "request": {
        "method": "get",
        "path": "/path_two"
      },
      "response": {
      }
    }
  ],
  "metadata": {
    "pact_gem": {
      "version": "0.1.24"
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pact-0.1.37 spec/support/a_consumer-a_producer.json
pact-0.1.35 spec/support/a_consumer-a_producer.json
pact-0.1.28 spec/support/a_consumer-a_producer.json