class Minitest::Spec

def initialize name # :nodoc:

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