mirror of
https://github.com/inspec/inspec
synced 2025-02-16 05:58:39 +00:00
7 lines
152 B
Ruby
7 lines
152 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecArchive < ArtifactTest
|
|
def test_archive
|
|
assert_artifact("archive examples/profile")
|
|
end
|
|
end
|