class RSpec::Core::Notifications::FailedExampleNotification

def formatted_backtrace

Returns:
  • (Array) - the examples backtrace lines
def formatted_backtrace
  @exception_presenter.formatted_backtrace
end