class RSpec::Core::Formatters::BaseTextFormatter

def bold(text)

def bold(text)
  color_enabled? ? "\e[1m#{text}\e[0m" : text
end