Class: RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher

Inherits:
BaseHashMatcher show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb

Instance Method Summary collapse

Methods inherited from BaseHashMatcher

#initialize

Constructor Details

This class inherits a constructor from RSpec::Mocks::ArgumentMatchers::BaseHashMatcher

Instance Method Details

#===(actual) ⇒ Object



222
223
224
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 222

def ===(actual)
  super(:none?, actual)
end

#descriptionObject



226
227
228
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 226

def description
  super("hash_not_including")
end