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
expect{subject.find_interaction(criteria)}.toraise_error"Found more than 1 interaction matching {:description=>/blah/} in pact file between Consumer and Provider."
133
+
expected_message=ifRUBY_VERSION >= "3.4"
134
+
"Found more than 1 interaction matching {description: /blah/} in pact file between Consumer and Provider."
135
+
else
136
+
"Found more than 1 interaction matching {:description=>/blah/} in pact file between Consumer and Provider."
expect{subject.find_interaction(criteria)}.toraise_error"Could not find interaction matching {:description=>/blah/} in pact file between Consumer and Provider."
145
+
expected_message=ifRUBY_VERSION >= "3.4"
146
+
"Could not find interaction matching {description: /blah/} in pact file between Consumer and Provider."
147
+
else
148
+
"Could not find interaction matching {:description=>/blah/} in pact file between Consumer and Provider."
0 commit comments