Removing ParallelTest so as to not encourage anyone from using it.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-08-09 16:17:13 -07:00
parent 1266a65f28
commit 4b3f11697d

View file

@ -156,10 +156,6 @@ class InspecTest < Minitest::Test
# shared stuff here
end
class ParallelTest < InspecTest
parallelize_me!
end
module Minitest::Guard
# TODO: push up to minitest
def osx?(platform = RUBY_PLATFORM)