Add file to report test runtimes

This commit is contained in:
Daniel Schädler 2022-07-01 22:30:14 +02:00
parent 6432296391
commit cac378ff5c
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 1 additions and 0 deletions

View File

@ -100,4 +100,5 @@ RSpec.configure do |config|
# # test failures related to randomization by passing the same `--seed` value
# # as the one that triggered the failure.
# Kernel.srand config.seed
config.example_status_persistence_file_path = 'specs_with_runtime.txt'
end