Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 55f2e23

Browse files
jackscottiJack Scotti
authored andcommitted
Update fail_fast description in configuration.rb
1 parent c6819f0 commit 55f2e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rspec/core/configuration.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ def only_failures_but_not_configured?
186186
end
187187

188188
# @macro add_setting
189-
# Clean up and exit after the first failure (default: `false`).
189+
# If specified, indicates the number of failures required before cleaning
190+
# up and exit (default: `false`).
190191
add_setting :fail_fast
191192

192193
# @macro add_setting

0 commit comments

Comments
 (0)