Sha256: f9f9d5c59035c3d79c52f25c895341b87f2eea73e59cc4cde262b2c8310d3906

Contents?: true

Size: 203 Bytes

Versions: 19

Compression:

Stored size: 203 Bytes

Contents

module Pact
  class UnexpectedIndex

    def == other
      other.is_a? UnexpectedIndex
    end

    def to_s
      '<index not to exist>'
    end

    def to_json opts = {}
      to_s
    end

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
pact-1.0.31 lib/pact/matchers/unexpected_index.rb
pact-1.0.30 lib/pact/matchers/unexpected_index.rb
pact-1.0.29 lib/pact/matchers/unexpected_index.rb
pact-1.0.28 lib/pact/matchers/unexpected_index.rb
pact-1.0.27 lib/pact/matchers/unexpected_index.rb
pact-1.0.26 lib/pact/matchers/unexpected_index.rb
pact-1.0.25 lib/pact/matchers/unexpected_index.rb
pact-1.0.24 lib/pact/matchers/unexpected_index.rb
pact-1.0.23 lib/pact/matchers/unexpected_index.rb
pact-1.0.22 lib/pact/matchers/unexpected_index.rb
pact-1.0.21 lib/pact/matchers/unexpected_index.rb
pact-1.0.20 lib/pact/matchers/unexpected_index.rb
pact-1.0.19 lib/pact/matchers/unexpected_index.rb
pact-1.0.18 lib/pact/matchers/unexpected_index.rb
pact-1.0.15 lib/pact/matchers/unexpected_index.rb
pact-1.0.13 lib/pact/matchers/unexpected_index.rb
pact-1.0.12 lib/pact/matchers/unexpected_index.rb
pact-1.0.11 lib/pact/matchers/unexpected_index.rb
pact-1.0.10 lib/pact/matchers/unexpected_index.rb