Hello, team! I'm trying to verify that a pact betw...
# pact-ruby
s
Hello, team! I'm trying to verify that a pact between our go client and ruby backend returns an integer value rather than a float. Is it possible to configure the pact-ruby side to verify this given pact-ruby only supports v2 of the pact specification?
y
if you generate the pacts as v2 in pact-go they will be compat with ruby and rust cores. either that or you can use the rust standalone verifier cli
i have got an initial impl of the rust core ffi bindings in ruby but its not really user facing yet https://github.com/YOU54F/pact-ruby-ffi
s
Thanks Yousaf, I eventually got it working by changing my matchers in the pact-go side. I guess I was holding it pretty wrongly!