1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

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

View file

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