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