config order for random, but deterministic tests

This commit is contained in:
Centos 7 beef VM
2019-12-04 20:54:15 -08:00
parent dff44bc865
commit b5e5689eca

View File

@@ -27,4 +27,6 @@ RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
end
config.order = :random
Kernel.srand config.seed
end