summaryrefslogtreecommitdiff
path: root/test/lib/minitest/hell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/minitest/hell.rb')
-rw-r--r--test/lib/minitest/hell.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/lib/minitest/hell.rb b/test/lib/minitest/hell.rb
deleted file mode 100644
index 3a156b3d95..0000000000
--- a/test/lib/minitest/hell.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-# encoding: utf-8
-
-require "minitest/parallel_each"
-
-# :stopdoc:
-class Minitest::Unit::TestCase
- class << self
- alias :old_test_order :test_order
-
- def test_order
- :parallel
- end
- end
-end
-# :startdoc: