# File lib/spec.rb, line 24
    def exit?
      !Object.const_defined?(:Test) || Test::Unit.run?
    end