Module: RSpec::SleepingKingStudios::Deferred::Examples::ClassMethods
- Parent Namespace
- RSpec::SleepingKingStudios::Deferred::Examples
- Defined In
- lib/rspec/sleeping_king_studios/deferred/examples.rb
Table Of Contents
Overview
Class methods for deferred examples.
Back To Top
Instance Attributes
Returns
#source_location => Array<String, Integer>
Returns
- (Array<String, Integer>) — the Ruby source filename and line
number where the deferred example group was defined.
Back To Top
Instance Methods
#deferred_examples? => Boolean
Returns
- (Boolean) — flag indicating that the included module has deferred
examples, rather than including another deferred examples module.
#description => String
Returns
- (String) — the description for the deferred examples. By default,
formats the last segment of the module name in lowercase words,
excepting any trailing "Context" or "Examples".
#description=(value) => Object
Parameters
- value (String) — the description for the deferred examples.
Back To Top
Back to
Documentation |
Reference
|
RSpec
|
RSpec::SleepingKingStudios
|
RSpec::SleepingKingStudios::Deferred
|
RSpec::SleepingKingStudios::Deferred::Examples