RSpec

Library providing tools for writing and running RSpec tests.

Class: RSpec::SleepingKingStudios::Support::MethodSignatureExpectation

Parent Namespace
RSpec::SleepingKingStudios::Support
Defined In
lib/rspec/sleeping_king_studios/support/method_signature_expectation.rb

Table Of Contents

Overview

Back To Top

Constructor

#initialize => MethodSignatureExpectation

rubocop:disable Metrics/ClassLength

Returns

Back To Top

Instance Attributes

#any_keywords=(value) => Object (writeonly)

#block_argument=(value) => Object (writeonly)

#errors => Object (readonly)

#keywords => Object

#max_arguments => Object

#min_arguments => Object

#unlimited_arguments=(value) => Object (writeonly)

Back To Top

Instance Methods

#any_keywords? => Boolean

Returns

#block_argument? => Boolean

Returns

#description => Object

rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/MethodLength, Metrics/PerceivedComplexity

#matches?(method) => Boolean

Returns

#unlimited_arguments? => Boolean

Returns

Back To Top


Back to Documentation | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Support