diff --git a/task/test.rake b/task/test.rake index 1f6c0f2..793426f 100644 --- a/task/test.rake +++ b/task/test.rake @@ -1,4 +1,4 @@ desc 'Runs the tests' task :test => [:generate] do - sh 'rspec spec' + sh 'rspec spec --order random' end