Updated RSpec seed configuration

Necessary to ensure repeatable sequences of pseudo-random numbers between different runs of the test suite is used for the seed. This improves the ability to reliable rerun specs by using a more deterministic seed value.

Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2025-09-09 13:05:14 -06:00
parent cbb7c2753e
commit 98269da386
+2
View File
@@ -49,4 +49,6 @@ RSpec.configure do |config|
end
config.before(:suite) { Dry::Monads.load_extensions :rspec }
Kernel.srand config.seed
end