Class: Pact::IndexNotFound

Inherits:
DifferenceIndicator
  • Object
show all
Defined in:
lib/pact/matchers/index_not_found.rb

Instance Method Summary collapse

Instance Method Details

#empty?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/pact/matchers/index_not_found.rb', line 10

def empty?
  true
end

#to_sObject



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

def to_s
  "<item not found>"
end