module Minitest::Spec::DSL::InstanceMethods

def before_setup

def before_setup
  super
  Thread.current[:current_spec] = self
end