Method: RSpec::Core::Notifications::FailedExampleNotification#colorized_message_lines
- Defined in:
- lib/rspec/core/notifications.rb
permalink #colorized_message_lines(colorizer = ::RSpec::Core::Formatters::ConsoleCodes) ⇒ Array<String>
Returns the message generated for this failure colorized line by line.
180 181 182 |
# File 'lib/rspec/core/notifications.rb', line 180 def (colorizer=::RSpec::Core::Formatters::ConsoleCodes) @exception_presenter.(colorizer) end |