Sha256: c44a70445f2c146eb80f013d9b1ab749d047938de5ad2e1af5feb5ba83ee6e0f

Contents?: true

Size: 201 Bytes

Versions: 23

Compression:

Stored size: 201 Bytes

Contents

require 'pact/matchers/difference_indicator'

module Pact
  class IndexNotFound < Pact::DifferenceIndicator

    def to_s
      "<index not found>"
    end

    def empty?
      true
    end
  end

end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
pact-support-0.2.1 lib/pact/matchers/index_not_found.rb
pact-support-0.1.4 lib/pact/matchers/index_not_found.rb
pact-support-0.2.0 lib/pact/matchers/index_not_found.rb
pact-support-0.1.3 lib/pact/matchers/index_not_found.rb
pact-support-0.1.2 lib/pact/matchers/index_not_found.rb
pact-support-0.1.1 lib/pact/matchers/index_not_found.rb
pact-support-0.1.0 lib/pact/matchers/index_not_found.rb
pact-support-0.0.4 lib/pact/matchers/index_not_found.rb
pact-support-0.0.3 lib/pact/matchers/index_not_found.rb
pact-support-0.0.2 lib/pact/matchers/index_not_found.rb
pact-support-0.0.1 lib/pact/matchers/index_not_found.rb
pact-1.3.3 lib/pact/matchers/index_not_found.rb
pact-1.3.2 lib/pact/matchers/index_not_found.rb
pact-1.3.1 lib/pact/matchers/index_not_found.rb
pact-1.3.0 lib/pact/matchers/index_not_found.rb
pact-1.2.1.rc2 lib/pact/matchers/index_not_found.rb
pact-1.2.1.rc1 lib/pact/matchers/index_not_found.rb
pact-1.1.1 lib/pact/matchers/index_not_found.rb
pact-1.1.0 lib/pact/matchers/index_not_found.rb
pact-1.1.0.rc5 lib/pact/matchers/index_not_found.rb