mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
8 lines
143 B
Ruby
8 lines
143 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecArchive < ArtifactTest
|
|
def test_archive
|
|
skip
|
|
assert_artifact(:archive)
|
|
end
|
|
end
|