| Class | RSpec::Core::Formatters::BaseTextFormatter |
| In: |
lib/rspec/core/formatters/base_text_formatter.rb
|
| Parent: | BaseFormatter |
Base for all of RSpec‘s built-in formatters. See RSpec::Core::Formatters::BaseFormatter to learn more about all of the methods called by the reporter.
@see RSpec::Core::Formatters::BaseFormatter @see RSpec::Core::Reporter
| VT100_COLORS | = | { :black => 30, :red => 31, :green => 32, :yellow => 33, :blue => 34, :magenta => 35, :cyan => 36, :white => 37 |
| VT100_COLOR_CODES | = | VT100_COLORS.values.to_set |
@api public
Outputs the slowest examples and example groups in a report when using `—profile COUNT` (default 10).