DEV: Add seed explicitly in turbo_rspec so that runs can be reproduced

This commit is contained in:
Daniel Waterworth 2020-08-07 16:51:53 +01:00
parent 86cb5803ba
commit e55578681e
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ module TurboTests
command = [
"bundle", "exec", "rspec",
*extra_args,
"--seed", rand(2**16).to_s,
"--format", "TurboTests::JsonRowsFormatter",
"--out", tmp_filename,
*record_runtime_options,