module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter
@private Used to prevent a confusing backtrace from showing up from the ‘aggregate_failures` block declared for `:aggregate_failures` metadata.
Public Class Methods
format_backtrace(*)
click to toggle source
# File lib/rspec/core/formatters/exception_presenter.rb, line 390 def self.format_backtrace(*) [] end