Method: RSpec::Core::Notifications::FailedExampleNotification#message_lines
- Defined in:
- lib/rspec/core/notifications.rb
#message_lines ⇒ Array<String>
Returns the message generated for this failure line by line.
172 173 174 |
# File 'lib/rspec/core/notifications.rb', line 172 def @exception_presenter. end |