module Minitest::Spec::DSL

def describe_stack # :nodoc:

:nodoc:
def describe_stack # :nodoc:
  Thread.current[:describe_stack] ||= []
end