module Minitest::RelativePosition

def pad(str, size = INFO_PADDING)

def pad(str, size = INFO_PADDING)
  ' ' * size + str
end