module Minitest::Assertions

def skipped?

def skipped?
  defined?(@skip) and @skip
end