class Spec::Runner::Formatter::BaseTextFormatter

def red(text); colour(text, "\e[31m"); end

def red(text); colour(text, "\e[31m"); end