Hello 👋 Is there a ruby example for bi-directional contract testing?
👋 1
y
Yousaf Nabi (pactflow.io)
03/06/2023, 2:22 PM
not specifically but you can utilise any consumer side ruby examples to create a consumer contract (pact file)
from the provider side, assuming you have an OAS, you can utilise that plus the functional test results from your ruby provider code.
thankyou 1 1
Yousaf Nabi (pactflow.io)
03/06/2023, 2:22 PM
is there something in particular you are stuck with?