Method: RSpec::Core::Notifications::FailedExampleNotification#message_lines

Defined in:
lib/rspec/core/notifications.rb

#message_linesArray<String>

Returns the message generated for this failure line by line.



172
173
174
# File 'lib/rspec/core/notifications.rb', line 172

def message_lines
  @exception_presenter.message_lines
end