enable random spec ordering to ensure specs remain isolated.

This commit is contained in:
Micah Geisel 2018-04-26 14:38:37 -07:00
parent 9615711c81
commit 37eee17e8d
1 changed files with 1 additions and 0 deletions

1
.rspec
View File

@ -1,3 +1,4 @@
--color
--format documentation
--require spec_helper
--order rand