Michel Boudreau
Michel Boudreau
Any updates on this? I'm getting the same issue and it's annoying :/
@bethesque I actually haven't had the time just yet to test it out. Will try to get it going today if possible.
Yep, works with pact-mock-service 0.2.4, except the function is as following: ``` function term(matcher, generate) { if(!matcher || !generate) { throw 'Matcher and Generate arguments must be specified to use...
That return for the promise will never hit your verify unless you put it within the then. On Fri., 24 Nov. 2017, 7:38 am Beth Skurrie, wrote: > It won't...
Can confirm this issue because of this line of code: https://github.com/bethesque/pact-mock_service/blob/master/lib/pact/mock_service/request_handlers/interaction_replay.rb#L16 It will fail if it's not JSON. We were trying to use it to check a binary upload, but...
The problem I see is that people using pact aren't particularly using Ruby. In this case, it's all node and they're so abstracted to the Ruby binary that there's no...
@bethesque I'm not certain that we need to specify the difference between a mock and a stub server. In my approach, they are exactly the same, the only difference is...
@bethesque Replying to your thoughts on the other thread: > I don't see a problem with making the methods to set up and tear down interactions public so that they...