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