Skip to content

Commit

Permalink
Merge pull request #379 from alphagov/ldeb-configure-rspec-only-failures
Browse files Browse the repository at this point in the history
Configure RSpec to allow the --only-failures CLI option
  • Loading branch information
lfdebrux authored Dec 6, 2023
2 parents ff023ab + c8dae7c commit f553d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
# # metadata: `fit`, `fdescribe` and `fcontext`, respectively.
# config.filter_run_when_matching :focus
#
# # Allows RSpec to persist some state between runs in order to support
# # the `--only-failures` and `--next-failure` CLI options. We recommend
# # you configure your source control system to ignore this file.
# config.example_status_persistence_file_path = "spec/examples.txt"
# Allows RSpec to persist some state between runs in order to support
# the `--only-failures` and `--next-failure` CLI options. We recommend
# you configure your source control system to ignore this file.
config.example_status_persistence_file_path = "tmp/cache/spec/examples.txt"
#
# # Limits the available syntax to the non-monkey patched syntax that is
# # recommended. For more details, see:
Expand Down

0 comments on commit f553d18

Please sign in to comment.