Class: RSpec::Support::LooseSignatureVerifier

Inherits:
MethodSignatureVerifier show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb

Overview

Allows matchers to be used instead of providing keyword arguments. In practice, when this happens only the arity of the method is verified.

Defined Under Namespace

Classes: SignatureWithKeywordArgumentsMatcher

Instance Attribute Summary

Attributes inherited from MethodSignatureVerifier

#kw_args, #max_non_kw_args, #min_non_kw_args, #non_kw_args

Method Summary

Methods inherited from MethodSignatureVerifier

#error_message, #initialize, #valid?, #with_expectation

Constructor Details

This class inherits a constructor from RSpec::Support::MethodSignatureVerifier