mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
b6b6afb29d
Signed-off-by: Miah Johnson <miah@chia-pet.org>
7 lines
156 B
Ruby
7 lines
156 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecSupermarket < ArtifactTest
|
|
def test_supermarket
|
|
assert_artifact("supermarket profiles")
|
|
end
|
|
end
|