RSpec

Library providing tools for writing and running RSpec tests.

Module: RSpec::SleepingKingStudios::Deferred::Definitions

Parent Namespace
RSpec::SleepingKingStudios::Deferred
Defined In
lib/rspec/sleeping_king_studios/deferred/definitions.rb

Table Of Contents

Overview

Class methods for defining a registry of deferred calls.

Back To Top

Instance Methods

#call(example_group) => void

Invokes the deferred examples on the given example group.

Parameters

Returns

#included(other) => Object

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 | Versions | 2.8 | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Deferred