pact-foundation / pact-support

Shared code for Pact gems
MIT License
7 stars 46 forks source link

Support marking an interaction as writable/not writable #75

Closed thatguysimon closed 5 years ago

thatguysimon commented 5 years ago

1) Added a metadata attribute to the Interaction class to pass metadata at the interaction level. 2) Added a #writable_interactions method to ConsumerContract which returns the list of contract interactions after filtering out interactions that have write_to_pact set to false in their metadata.

bethesque commented 5 years ago

I've released version 1.12.0. Can you bump the pact-support dependency version in the other gem?