Method: RSpec::Core::Notifications::FailedExampleNotification#formatted_backtrace

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

#formatted_backtraceArray<String>

Returns the failures formatted backtrace.

Returns:

  • (Array<String>)

    the examples backtrace lines

[View source]

187
188
189
# File 'lib/rspec/core/notifications.rb', line 187

def formatted_backtrace
  @exception_presenter.formatted_backtrace
end