method
describe_stack
v2_1_10 -
Show latest stable
- Class:
MiniTest::Spec::DSL
describe_stack()public
No documentation available.
# File lib/minitest/spec.rb, line 144
def describe_stack # :nodoc:
Thread.current[:describe_stack] ||= []
end