class Spec2::Context

Defined in:

next/context.cr

Constant Summary

DEFINED = {} of String => Bool

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(parent, what : String) #

[View source]
def self.new(parent, what) #

[View source]

Class Method Detail

def self.__clear #

[View source]
def self.contexts #

[View source]
def self.instance #

[View source]

Instance Method Detail

def __clear #

[View source]
def add_global_before(&blk : Proc(Nil)) #

[View source]
def contexts #

[View source]
def description : String #

[View source]
def examples #

[View source]
def global_befores #

[View source]
def what : String #

[View source]