Hello :wave: Is there a ruby example for bi-direc...
# pactflow
s
Hello 👋 Is there a ruby example for bi-directional contract testing?
👋 1
y
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
is there something in particular you are stuck with?
s
I was looking for github workflow example to publish & run can-i-deploy...Found this: https://github.com/pact-foundation/pact_broker-client/blob/master/.github/workflows/test.yml
Is this the recommended approach to publish oas contract on provider?