config order for random, but deterministic tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user