Run tests in a random order.

This commit is contained in:
Yorick Peterse 2014-07-23 18:54:47 +02:00
parent fd37bcff1f
commit 2ed7c457a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
desc 'Runs the tests'
task :test => [:generate] do
sh 'rspec spec'
sh 'rspec spec --order random'
end