pact-ruby
pact-ruby copied to clipboard
Update header matching logic for cookies to match pact-jvm
https://github.com/johnelf/pact-jvm/commit/211967ef5df957feea9a9a193ba27db684a3ca61
Cookie with value 'a=b;c=d' should match 'c=d;e=f;a=b' as provider may add extra cookies that the consumer does not care about, and the order should not matter.