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.17.0.pre.rc2 lib/pact/matchers/index_not_found.rb
pact-support-1.17.0.pre.rc1 lib/pact/matchers/index_not_found.rb
pact-support-1.16.1 lib/pact/matchers/index_not_found.rb
pact-support-1.16.0 lib/pact/matchers/index_not_found.rb
pact-support-1.15.5 lib/pact/matchers/index_not_found.rb
pact-support-1.15.4 lib/pact/matchers/index_not_found.rb
pact-support-1.15.3 lib/pact/matchers/index_not_found.rb
pact-support-1.15.2 lib/pact/matchers/index_not_found.rb
pact-support-1.15.1 lib/pact/matchers/index_not_found.rb
pact-support-1.15.0 lib/pact/matchers/index_not_found.rb
pact-support-1.14.3 lib/pact/matchers/index_not_found.rb
pact-support-1.14.2 lib/pact/matchers/index_not_found.rb
pact-support-1.14.1 lib/pact/matchers/index_not_found.rb
pact-support-1.14.0 lib/pact/matchers/index_not_found.rb
pact-support-1.13.0 lib/pact/matchers/index_not_found.rb
pact-support-1.12.1 lib/pact/matchers/index_not_found.rb
pact-support-1.12.0 lib/pact/matchers/index_not_found.rb
pact-support-1.11.0 lib/pact/matchers/index_not_found.rb
pact-support-1.10.3 lib/pact/matchers/index_not_found.rb
pact-support-1.10.2 lib/pact/matchers/index_not_found.rb