Module: RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | rspec-core/lib/rspec/core/formatters/exception_presenter.rb |
Overview
Used to prevent a confusing backtrace from showing up from the aggregate_failures
block declared for :aggregate_failures
metadata.
Class Method Summary
- .format_backtrace Internal use only
Class Method Details
.format_backtrace
[ GitHub ]# File 'rspec-core/lib/rspec/core/formatters/exception_presenter.rb', line 422
def self.format_backtrace(*) [] end