class Rails::TestUnitReporter

def app_root

def app_root
  @app_root ||= self.class.app_root ||
    if defined?(ENGINE_ROOT)
      ENGINE_ROOT
    elsif Rails.respond_to?(:root)
      Rails.root
    end
end