Library providing tools for writing and running RSpec tests.
Value object representing a deferred RSpec example.
#initialize(method_name, *arguments, **keywords, &block) => Call
#arguments => Array (readonly)
#block => Proc (readonly)
#keywords => Hash (readonly)
#method_name => String, Symbol (readonly)
#==(other) => Boolean
Compares the other object with the deferred call.
Returns true if and only if:
#call(receiver) => Object
Invokes the deferred method call on the receiver.
#scope => Symbol
Back to Documentation | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Deferred | RSpec::SleepingKingStudios::Deferred::Calls