# File monit/lib/symbiosis/monitor/runner.rb, line 121
      def should_notify?
        $VERBOSE or tests.any?{|t| t.just_failed? or t.just_succeeded?}
      end