Library providing tools for writing and running RSpec tests.
Methods extended into the class when included in a class or module.
#call(example_group) => void
Invokes the deferred examples on the given example group.
#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.
Back to Documentation | Versions | 2.8 | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Deferred | RSpec::SleepingKingStudios::Deferred::Missing