We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
example_status_persistence_file_path
1 parent 5b458cc commit 9f0478bCopy full SHA for 9f0478b
lib/rspec/core/project_initializer/spec/spec_helper.rb
@@ -50,6 +50,11 @@
50
config.filter_run :focus
51
config.run_all_when_everything_filtered = true
52
53
+ # Allows RSpec to persist some state between runs in order to support
54
+ # the `--only-failures` and `--next-failure` CLI options. We recommend
55
+ # you configure your source control system to ignore this file.
56
+ config.example_status_persistence_file_path = "spec/examples.txt"
57
+
58
# Limits the available syntax to the non-monkey patched syntax that is
59
# recommended. For more details, see:
60
# - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
0 commit comments