Run tests in a random order.
This commit is contained in:
parent
fd37bcff1f
commit
2ed7c457a5
|
@ -1,4 +1,4 @@
|
||||||
desc 'Runs the tests'
|
desc 'Runs the tests'
|
||||||
task :test => [:generate] do
|
task :test => [:generate] do
|
||||||
sh 'rspec spec'
|
sh 'rspec spec --order random'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue