class RSpec::Core::Notifications::FailedExampleNotification
def formatted_backtrace
-
(Array
- the examples backtrace lines)
def formatted_backtrace backtrace_formatter.format_backtrace(exception.backtrace, example.metadata) end
(Array)
- the examples backtrace lines
def formatted_backtrace backtrace_formatter.format_backtrace(exception.backtrace, example.metadata) end