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:
parent
ad107bea15
commit
b539b50b47
1 changed files with 3 additions and 0 deletions
|
@ -25,4 +25,7 @@ RSpec.configure do |config|
|
|||
config.after do
|
||||
Timecop.return
|
||||
end
|
||||
|
||||
config.order = :random
|
||||
Kernel.srand config.seed
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue