class Shindo::Tests

def green_line(content)

def green_line(content)
  print_line(content, "\e[32m")
end