Run specs in random order

This commit is contained in:
Oli Peate 2018-05-21 16:25:03 +01:00 committed by Oliver Peate
parent ad107bea15
commit b539b50b47
1 changed files with 3 additions and 0 deletions

View File

@ -25,4 +25,7 @@ RSpec.configure do |config|
config.after do
Timecop.return
end
config.order = :random
Kernel.srand config.seed
end