mirror of
https://github.com/inspec/inspec
synced 2025-03-03 23:07:15 +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
|