Class: RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher

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



211
212
213
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 211

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

#descriptionObject



215
216
217
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.12.2/lib/rspec/mocks/argument_matchers.rb', line 215

def description
  super("hash_including")
end