From 4b3f11697d122dc5ce7cbc7160df44bf30267bef Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Fri, 9 Aug 2019 16:17:13 -0700 Subject: [PATCH] Removing ParallelTest so as to not encourage anyone from using it. Signed-off-by: Ryan Davis --- test/helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/helper.rb b/test/helper.rb index 209a5e7fc..99aaea994 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -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)