lib/pact/matchers/unexpected_index.rb in pact-support-0.2.1 vs lib/pact/matchers/unexpected_index.rb in pact-support-0.3.0

- old
+ new

@@ -2,10 +2,10 @@ module Pact class UnexpectedIndex < Pact::DifferenceIndicator def to_s - '<index not to exist>' + '<item not to exist>' end end end \ No newline at end of file