Sha256: feff67fdaf7e9746d26338057253f533ddb53cc31fc24bd374dec455f5dcdde3

Contents?: true

Size: 200 Bytes

Versions: 99

Compression:

Stored size: 200 Bytes

Contents

require 'pact/matchers/difference_indicator'

module Pact
  class IndexNotFound < Pact::DifferenceIndicator

    def to_s
      "<item not found>"
    end

    def empty?
      true
    end
  end

end

Version data entries

99 entries across 99 versions & 2 rubygems

Version Path
pact-support-1.21.2 lib/pact/matchers/index_not_found.rb
pact-support-1.21.1 lib/pact/matchers/index_not_found.rb
pact-support-1.21.0 lib/pact/matchers/index_not_found.rb
pact-support-1.20.2 lib/pact/matchers/index_not_found.rb
pact-support-1.20.1 lib/pact/matchers/index_not_found.rb
pact-support-1.20.0 lib/pact/matchers/index_not_found.rb
pact-support-1.19.0 lib/pact/matchers/index_not_found.rb
pact-support-1.18.1 lib/pact/matchers/index_not_found.rb
pact-support-1.18.0 lib/pact/matchers/index_not_found.rb
hs-pact-support-1.17.1 lib/pact/matchers/index_not_found.rb
pact-support-1.17.0 lib/pact/matchers/index_not_found.rb
pact-support-1.16.10 lib/pact/matchers/index_not_found.rb
pact-support-1.16.9 lib/pact/matchers/index_not_found.rb
pact-support-1.16.8 lib/pact/matchers/index_not_found.rb
pact-support-1.16.7 lib/pact/matchers/index_not_found.rb
pact-support-1.16.6 lib/pact/matchers/index_not_found.rb
pact-support-1.16.5 lib/pact/matchers/index_not_found.rb
pact-support-1.16.4 lib/pact/matchers/index_not_found.rb
pact-support-1.16.3 lib/pact/matchers/index_not_found.rb
pact-support-1.16.2 lib/pact/matchers/index_not_found.rb