mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
enable random spec ordering to ensure specs remain isolated.
This commit is contained in:
parent
9615711c81
commit
37eee17e8d
1 changed files with 1 additions and 0 deletions
1
.rspec
1
.rspec
|
@ -1,3 +1,4 @@
|
|||
--color
|
||||
--format documentation
|
||||
--require spec_helper
|
||||
--order rand
|
||||
|
|
Loading…
Reference in a new issue