This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Enhancements:
1212* Allow specifying custom ordering strategies via ` --order ` . (Jon Rowe, #3025 )
1313* Use the improved ` syntax_suggest ` output for ` SyntaxError ` when available.
1414 (Richard Schneeman, #3015 , #3026 )
15- * Add ` full_cause_backtrace ` config option to print the entire cause backtrace.
16- (David Taylor, #3046 )
15+ * Add config option ( ` RSpec::Core::Configuration#full_cause_backtrace ` ) to print the
16+ entire backtrace of an exception cause. (David Taylor, #3046 )
1717
1818Bug fixes:
1919
Original file line number Diff line number Diff line change @@ -453,14 +453,13 @@ def shared_context_metadata_behavior=(value)
453453 add_setting :threadsafe
454454
455455 # @macro add_setting
456- # Maximum count of failed source lines to display in the failure reports.
457- # (default `10`).
456+ # Maximum count of failed source lines to display in the failure reports
457+ # (defaults to `10`).
458458 # return [Integer]
459459 add_setting :max_displayed_failure_line_count
460460
461461 # @macro full_cause_backtrace
462- # Display the full backtrace of causing exceptions
463- # (default false).
462+ # Display the full backtrace of an exceptions cause (defaults to `false`).
464463 # return [Boolean]
465464 add_setting :full_cause_backtrace
466465
You can’t perform that action at this time.
0 commit comments