2019-11-07 15:42:48 -08:00
|
|
|
require_relative "artifact_helper"
|
|
|
|
|
2019-11-09 13:36:15 -08:00
|
|
|
class TestInspecArchive < ArtifactTest
|
2019-11-07 15:42:48 -08:00
|
|
|
def test_archive
|
2019-11-12 12:47:40 -08:00
|
|
|
assert_artifact("archive examples/profile")
|
2019-11-07 15:42:48 -08:00
|
|
|
end
|
|
|
|
end
|