Skip to content

Commit

Permalink
Randomize test order (#534)
Browse files Browse the repository at this point in the history
Co-authored-by: Bess Sadler <[email protected]>
  • Loading branch information
leefaisonr and bess authored Feb 27, 2024
1 parent 25ad9da commit 1790dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# # order dependency and want to debug it, you can fix the order by providing
# # the seed, which is printed after each run.
# # --seed 1234
# config.order = :random
config.order = :random
#
# # Seed global randomization in this process using the `--seed` CLI option.
# # Setting this allows you to use `--seed` to deterministically reproduce
Expand Down

0 comments on commit 1790dfa

Please sign in to comment.