module Minitest::Assertions

def fail_after y,m,d,msg

def fail_after y,m,d,msg
  flunk msg if Time.now > Time.local(y, m, d)
end