Method: ContextState#child

Defined in:
lib/mspec/runner/context.rb

#child(child) ⇒ Object

Add the ContextState instance child to the list of nested describe blocks.



74
75
76
# File 'lib/mspec/runner/context.rb', line 74

def child(child)
  @children << child
end