Class
RSpec::Core::Formatters::BaseTextFormatter
In:
lib/rspec/core/formatters/base_text_formatter.rb
Parent:
BaseFormatter
Methods
blue
bold
close
color
colorise_summary
cyan
dump_commands_to_rerun_failed_examples
dump_failures
dump_pending
dump_profile
dump_summary
green
long_padding
magenta
message
red
seed
short_padding
summary_line
white
yellow
Public Instance methods
close
()
colorise_summary
(summary)
dump_commands_to_rerun_failed_examples
()
dump_failures
()
dump_pending
()
dump_profile
()
dump_summary
(duration, example_count, failure_count, pending_count)
message
(message)
seed
(number)
summary_line
(example_count, failure_count, pending_count)
Protected Instance methods
blue
(text)
bold
(text)
color
(text, color_code)
cyan
(text)
green
(text)
long_padding
()
magenta
(text)
red
(text)
short_padding
()
white
(text)
yellow
(text)
[Validate]