mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
45070c15c0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
7 lines
148 B
Ruby
7 lines
148 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecExec < ArtifactTest
|
|
def test_exec
|
|
assert_artifact("exec examples/meta-profile")
|
|
end
|
|
end
|