Hi! I have a question with respect to using pact-m...
# pact-ruby
j
Hi! I have a question with respect to using pact-message-ruby. Is it possible to have both
Pact.message_provider
and
Pact.service_provider
in the same
pact_helper.rb
? When trying to do so, whichever one comes first seems to get overriden by the second resulting in failures. If it's not possible, is there a known workaround? Maybe separate rake tasks, one for HTTP and one for messages? cc @Victor Lau
v
https://github.com/pact-foundation/pact-ruby/issues/260. Issue linked here for more in-depth description
thank you 1