# File lib/merb-core.rb, line 374
    def testing?
      $TESTING || Merb::Config[:testing]
    end