You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out Pact, and having a hard time going from the naive examples to a semi-real system with pacts shared across services using a local pact broker.
In both this repo, and in the "Publishing Pacts" doc, there's not really any explanation for what some of the configurations are. I'm particularly confused by the require 'my_consumer/version'' line. Connecting that to one of the many concrete examples would help, as would explaining why each line is required, and what purposes it serves.
The text was updated successfully, but these errors were encountered:
Was left over from when we suggested people publish pacts with the version number of the gem. Now we recommend using the git sha. That line needs to be removed.
You'll get better docs for each field if you run bundle exec pact-broker help publish. It should be clear which CLI field maps to the Ruby field, but let me know if you can't work it out.
I'm trying out Pact, and having a hard time going from the naive examples to a semi-real system with pacts shared across services using a local pact broker.
In both this repo, and in the "Publishing Pacts" doc, there's not really any explanation for what some of the configurations are. I'm particularly confused by the
require 'my_consumer/version''
line. Connecting that to one of the many concrete examples would help, as would explaining why each line is required, and what purposes it serves.The text was updated successfully, but these errors were encountered: