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:
parent
74850f3c09
commit
f46fe8f238
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue