Hello! Is it possible to run pact verify but as pa...
# pact-ruby
s
Hello! Is it possible to run pact verify but as part of an Rspec test instead of running the rake task?
b
Possibly, but it would be a custom job, and you’d need to know what you were doing.
What are you trying to achieve?
s
I sounds useful to be able to use a Pact API to verify pacts, pass options, and not just the pact helper
I was able to get it working with the rake task in the end, thanks for your response!
👍🏼 1