You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(matrix): ensure matrix for latest consumer version/provider version shows correct results when a pact is published, published again for the same version with different content, then published again for the same version with the original content.
Copy file name to clipboardexpand all lines: spec/lib/pact_broker/matrix/repository_spec.rb
+41
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,47 @@ def shorten_rows rows
248
248
end
249
249
end
250
250
251
+
describe"find"do
252
+
describe"when a pact for a particular consumer version is published, then re-published with different content, then published again with the original content"do
0 commit comments