summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-05-25 15:04:36 +0200
committerAzul <azul@riseup.net>2016-05-25 15:04:36 +0200
commit712c1d062c08a58ca8772aafcdc39d0281959b4a (patch)
treee3e6fe6bb225b4294f69bb9bc2e1d93bf47bd5b2 /test/test_helper.rb
parenta58ffc4d3e5bb63b7dc6aea93e76be4aa4c4345b (diff)
add minitest/hell to the mix
This will randomize test order and parallelize them iirc
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 3222daa..68e9694 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -9,6 +9,7 @@ silence_warnings do
end
require 'nickserver'
require 'minitest/pride'
+require 'minitest/hell'
TESTING = true