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.3.1 lib/pact/matchers/index_not_found.rb
pact-support-1.3.0 lib/pact/matchers/index_not_found.rb
pact-support-1.2.99.alpha.1 lib/pact/matchers/index_not_found.rb
pact-support-1.3.0.alpha.2 lib/pact/matchers/index_not_found.rb
pact-support-1.3.0.alpha.1 lib/pact/matchers/index_not_found.rb
pact-support-1.2.5 lib/pact/matchers/index_not_found.rb
pact-support-1.2.4 lib/pact/matchers/index_not_found.rb
pact-support-1.2.3 lib/pact/matchers/index_not_found.rb
pact-support-1.2.2 lib/pact/matchers/index_not_found.rb
pact-support-1.2.1 lib/pact/matchers/index_not_found.rb
pact-support-1.2.0 lib/pact/matchers/index_not_found.rb
pact-support-1.1.8 lib/pact/matchers/index_not_found.rb
pact-support-1.1.7 lib/pact/matchers/index_not_found.rb
pact-support-1.1.6 lib/pact/matchers/index_not_found.rb
pact-support-1.1.5 lib/pact/matchers/index_not_found.rb
pact-support-1.1.4 lib/pact/matchers/index_not_found.rb
pact-support-1.1.3 lib/pact/matchers/index_not_found.rb
pact-support-1.1.2 lib/pact/matchers/index_not_found.rb
pact-support-1.1.1 lib/pact/matchers/index_not_found.rb
pact-support-1.1.0 lib/pact/matchers/index_not_found.rb