diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9e55c9c..74a58f0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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