require 'pact/matchers/difference_indicator' module Pact class UnexpectedIndex < Pact::DifferenceIndicator def to_s '' end end end