class Shindo::Tests
def print_line(content, color = nil)
def print_line(content, color = nil) if color && STDOUT.tty? content = "#{color}#{content}\e[0m" end print("#{indentation}#{content}\n") end
def print_line(content, color = nil) if color && STDOUT.tty? content = "#{color}#{content}\e[0m" end print("#{indentation}#{content}\n") end