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