inspec/test/artifact/inspec_vendor_test.rb
Miah Johnson 45070c15c0 Fixup tests
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-11-21 17:01:10 -08:00

7 lines
161 B
Ruby

require_relative "artifact_helper"
class TestInspecVendor < ArtifactTest
def test_vendor
assert_artifact("vendor examples/profile --overwrite")
end
end