class Spec::Runner::Formatter::BaseTextFormatter

def yellow(text); colour(text, "\e[33m"); end

def yellow(text); colour(text, "\e[33m"); end