mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
45070c15c0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
11 lines
248 B
Ruby
11 lines
248 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecInit < ArtifactTest
|
|
def test_init_profile
|
|
assert_artifact("init profile inspec-profile")
|
|
end
|
|
|
|
def test_init_plugin
|
|
assert_artifact("init plugin inspec-plugin --no-prompt")
|
|
end
|
|
end
|