Class: Pact::UnexpectedIndex

Inherits:
DifferenceIndicator show all
Defined in:
lib/pact/matchers/unexpected_index.rb

Instance Method Summary collapse

Methods inherited from DifferenceIndicator

#==, #as_json, #eql?, #to_json

Methods included from ActiveSupportSupport

#fix_all_the_things, #fix_json_formatting, #fix_regexp, #remove_unicode

Instance Method Details

#to_sObject



6
7
8
# File 'lib/pact/matchers/unexpected_index.rb', line 6

def to_s
  '<item not to exist>'
end