class Minitest::Spec

def self.current # :nodoc:

:nodoc:
def self.current # :nodoc:
  Thread.current[:current_spec]
end

def initialize name # :nodoc:

:nodoc:
def initialize name # :nodoc:
  super
  Thread.current[:current_spec] = self
end