Sha256: a0ae1f2cd84a1f1d224672ba4f824a2df1f61f1ea0d0e18553f1321c6d0014b9

Contents?: true

Size: 454 Bytes

Versions: 69

Compression:

Stored size: 454 Bytes

Contents

module WebMock
  module Matchers
    # this is a based on RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher
    # https://github.com/rspec/rspec-mocks/blob/master/lib/rspec/mocks/argument_matchers.rb
    class HashExcludingMatcher < HashArgumentMatcher
      def ==(actual)
        super { |key, value| !actual.key?(key) || value != actual[key] }
      end

      def inspect
        "hash_excluding(#{@expected.inspect})"
      end
    end
  end
end

Version data entries

69 entries across 69 versions & 5 rubygems

Version Path
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/webmock-3.18.1/lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.18.1 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.18.0 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.15.2 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.16.2 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.16.1 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.15.1 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.17.1 lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.17.0 lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.2.1.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.2.0 vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.2.0.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.26.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.25.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.24.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.23.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.22.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.21.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
logstash-output-scalyr-0.1.20.beta vendor/bundle/jruby/2.5.0/gems/webmock-3.13.0/lib/webmock/matchers/hash_excluding_matcher.rb
webmock-3.14.0 lib/webmock/matchers/hash_excluding_matcher.rb