class RSpec::Core::Formatters::DocumentationFormatter

def message(notification)

def message(notification)
  if @example_running
    @messages << notification.message
  else
    output.puts "#{current_indentation}#{notification.message}"
  end
end