From 89aefb050d5a895f02f570ff5783e30afebb8fc0 Mon Sep 17 00:00:00 2001 From: pskl Date: Thu, 24 Oct 2024 14:42:48 +0200 Subject: [PATCH] Randomize rspec (#1165) Just to see what happens if we start randomizing our tests. --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index fab163a46..120266001 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -87,7 +87,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