Sha256: 350470eafcf44073eb39a3962dbd1005f5e0db461cc1a844cb1648c0dfa4488d

Contents?: true

Size: 171 Bytes

Versions: 23

Compression:

Stored size: 171 Bytes

Contents

require 'pact/matchers/difference_indicator'

module Pact
  class UnexpectedIndex < Pact::DifferenceIndicator

    def to_s
      '<index not to exist>'
    end

  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

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