RSpec

Library providing tools for writing and running RSpec tests.

Module: RSpec::SleepingKingStudios::Deferred::Missing::ClassMethods

Parent Namespace
RSpec::SleepingKingStudios::Deferred::Missing
Included Modules
RSpec::SleepingKingStudios::Deferred::Definitions
Defined In
lib/rspec/sleeping_king_studios/deferred/missing.rb

Table Of Contents

Overview

Methods extended into the class when included in a class or module.

Back To Top

Instance Methods

#call(example_group) => void

Inherited From
RSpec::SleepingKingStudios::Deferred::Definitions

Invokes the deferred examples on the given example group.

Parameters

Returns

#included(other) => Object

Inherited From
RSpec::SleepingKingStudios::Deferred::Definitions

Callback invoked when the module is included in another module or class.

Calls the deferred calls with the other module as the receiver if the module is an RSpec::Core::ExampleGroup.

Parameters

Back To Top


Back to Documentation | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Deferred | RSpec::SleepingKingStudios::Deferred::Missing