# File lib/minitest/unit.rb, line 333
    def refute test, msg = nil
      msg ||= "Failed refutation, no message given"
      not assert(! test, msg)
    end