mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
7 lines
144 B
Ruby
7 lines
144 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecShell < ArtifactTest
|
|
def test_shell
|
|
assert_artifact("shell -c 'os.family'")
|
|
end
|
|
end
|