mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Removing ParallelTest so as to not encourage anyone from using it.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
1266a65f28
commit
4b3f11697d
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue