class Shindo::Tests

def yellow_line(content)

def yellow_line(content)
  print_line(content, "\e[33m")
end