mirror of
https://github.com/inspec/inspec
synced 2025-02-18 06:58:40 +00:00
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
|