inspec/test/artifact/inspec_shell_test.rb
Miah Johnson b6b6afb29d dry up other tests
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-11-09 13:36:15 -08:00

7 lines
144 B
Ruby

require_relative "artifact_helper"
class TestInspecShell < ArtifactTest
def test_shell
assert_artifact("shell -c 'os.family'")
end
end