mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
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:
parent
0c9644c1c2
commit
e7348f4d72
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue