Method: RSpec::Core::Notifications::FailedExampleNotification#formatted_backtrace
- Defined in:
- lib/rspec/core/notifications.rb
permalink #formatted_backtrace ⇒ Array<String>
Returns the failures formatted backtrace.
187 188 189 |
# File 'lib/rspec/core/notifications.rb', line 187 def formatted_backtrace @exception_presenter.formatted_backtrace end |