mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
45070c15c0
Signed-off-by: Miah Johnson <miah@chia-pet.org>
7 lines
146 B
Ruby
7 lines
146 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecCheck < ArtifactTest
|
|
def test_check
|
|
assert_artifact("check examples/profile")
|
|
end
|
|
end
|