Add minitest/hell and parallelize_me! to the plugin tests.

We already do this in test/helper.rb so we might as well do it here.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-05-03 15:58:45 -07:00
parent 0c9644c1c2
commit e7348f4d72

View file

@ -12,6 +12,8 @@ require 'tmpdir'
require 'pathname'
require 'forwardable'
require 'inspec/plugin/v2'
# Configure Minitest to expose things like `let`
class Module
include Minitest::Spec::DSL