class RSpec::Core::Formatters::BaseTextFormatter

def bold(text)

def bold(text)
  color(text, "\e[1m")
end