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