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.0.1 lib/pact/matchers/index_not_found.rb
pact-support-1.0.0 lib/pact/matchers/index_not_found.rb
pact-support-0.6.1 lib/pact/matchers/index_not_found.rb
pact-support-0.6.0 lib/pact/matchers/index_not_found.rb
pact-support-0.5.9 lib/pact/matchers/index_not_found.rb
pact-support-0.5.8 lib/pact/matchers/index_not_found.rb
pact-support-0.5.7 lib/pact/matchers/index_not_found.rb
pact-support-0.5.5 lib/pact/matchers/index_not_found.rb
pact-support-0.5.4 lib/pact/matchers/index_not_found.rb
pact-support-0.5.3 lib/pact/matchers/index_not_found.rb
pact-support-0.5.1 lib/pact/matchers/index_not_found.rb
pact-support-0.5.0 lib/pact/matchers/index_not_found.rb
pact-support-0.4.4 lib/pact/matchers/index_not_found.rb
pact-support-0.4.3 lib/pact/matchers/index_not_found.rb
pact-support-0.4.2 lib/pact/matchers/index_not_found.rb
pact-support-0.4.1 lib/pact/matchers/index_not_found.rb
pact-support-0.4.0 lib/pact/matchers/index_not_found.rb
pact-support-0.3.1 lib/pact/matchers/index_not_found.rb
pact-support-0.3.0 lib/pact/matchers/index_not_found.rb