module RSpec::SleepingKingStudios::Deferred::Dsl
Domain-specific language for defining deferred examples.
Public Class Methods
Source
# File lib/rspec/sleeping_king_studios/deferred/dsl.rb, line 13 def self.extended(other) super other.extend(RSpec::SleepingKingStudios::Deferred::Dsl::MemoizedHelpers) end
Callback invoked when the module is extended into another module or class.
Delegates to child module extended methods.
@param other [Module] the other module or class.
Calls superclass method
RSpec::SleepingKingStudios::Deferred::Dsl::MemoizedHelpers::extended