1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

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

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