# File lib/merb-core.rb, line 632
    def testing?
      $TESTING ||= env?(:test) || Merb::Config[:testing]
    end