mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
5 lines
93 B
Ruby
5 lines
93 B
Ruby
|
require "minitest/autorun"
|
||
|
require "open3"
|
||
|
|
||
|
TEST_CLI_OPTS="--chef-license=accept-no-persist"
|