RSpec

Library providing tools for writing and running RSpec tests.

Module: RSpec::SleepingKingStudios::Deferred::Dsl::ExampleGroups

Parent Namespace
RSpec::SleepingKingStudios::Deferred::Dsl
Extended Modules
RSpec::SleepingKingStudios::Deferred::Dsl::ExampleGroups::Macros
Defined In
lib/rspec/sleeping_king_studios/deferred/dsl/example_groups.rb

Table Of Contents

Overview

Methods for defining deferred example groups.

Back To Top

Defined Under Namespace

Modules
Macros

Back To Top

Class Methods

.define_example_group_method(method_name) => void

Inherited From
RSpec::SleepingKingStudios::Deferred::Dsl::ExampleGroups::Macros

Registers a method for deferring an example group.

Parameters

Returns

Back To Top

Instance Methods

#context(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the context method.

Parameters

Returns

#describe(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the describe method.

Parameters

Returns

#example_group(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the example_group method.

Parameters

Returns

#fcontext(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the fcontext method.

Parameters

Returns

#fdescribe(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the fdescribe method.

Parameters

Returns

#xcontext(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the xcontext method.

Parameters

Returns

#xdescribe(doc_string = nil, *flags, **metadata, &block) => void

Defines a deferred example group using the xdescribe method.

Parameters

Returns

Back To Top


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