# File lib/minitest/spec.rb, line 88
  def initialize name
    super
    @@current_spec = self
  end