inspec/test/artifact/inspec_init_test.rb
Miah Johnson 45070c15c0 Fixup tests
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-11-21 17:01:10 -08:00

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