rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Introduce `full_cause_backtrace` configuration #3046

Closed davidtaylorhq closed 10 months ago

davidtaylorhq commented 1 year ago

By default, RSpec only prints the first line of a 'caused by' backtrace. This commit introduces a new 'full_cause_backtrace' config option which will enable printing the entire cause backtrace.

This feature has previously been requested and discussed in #3027. The outstanding questions there were:

pirj commented 10 months ago

Thank you, @davidtaylorhq !

JonRowe commented 10 months ago

Released in 3.13.0.