Add RSpec example_status_persistence_file_path

This allows us to use the `--only-failures` option
This commit is contained in:
Daniel Colson 2018-11-21 22:02:52 -05:00
parent 74850f3c09
commit f46fe8f238
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
1 changed files with 2 additions and 0 deletions

View File

@ -28,4 +28,6 @@ RSpec.configure do |config|
config.order = :random
Kernel.srand config.seed
config.example_status_persistence_file_path = "tmp/rspec_examples.txt"
end