module Minitest::RelativePosition

def pad_test(str)

def pad_test(str)
  pad("%-#{TEST_SIZE}s" % str, TEST_PADDING)
end