1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Imported minitest 4.7.5 (r8724)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ryan 2013-06-22 00:20:05 +00:00
parent a59e629868
commit c816f90e76
4 changed files with 23 additions and 17 deletions

View file

@ -142,9 +142,8 @@ class MiniTest::Spec < MiniTest::Unit::TestCase
}.last
end
@@describe_stack = []
def describe_stack # :nodoc:
@@describe_stack
Thread.current[:describe_stack] ||= []
end
##