spaniard81

Results 3 comments of spaniard81

yes, the three pacts belong to the same consumer and therefore the three jsons in respective target/pacts dir have the same property value for: `"consumer": { "name": "Mainservice" }, and...

The error "merge_pacts.rb:21:in merge': undefined method each' for nil:NilClass (NoMethodError)" and the code at line 21 ` additional[:interactions].each do |new_interaction|` suggests that the merge is only possible for HTTP Pacts...

Resolved this by making each sub-module as a separate consumer. This way, we have now 3 consumers in a project/service rather than just one main consumer.