Sha256: a0116753cee54bb82f1f325c7b4c90b80310269053bf9c8c2879b9aea89ae79b

Contents?: true

Size: 170 Bytes

Versions: 99

Compression:

Stored size: 170 Bytes

Contents

require 'pact/matchers/difference_indicator'

module Pact
  class UnexpectedIndex < Pact::DifferenceIndicator

    def to_s
      '<item not to exist>'
    end

  end
end

Version data entries

99 entries across 99 versions & 2 rubygems

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