inspec/test/artifact/inspec_version_test.rb
Miah Johnson b6b6afb29d dry up other tests
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-11-09 13:36:15 -08:00

8 lines
150 B
Ruby

require_relative "artifact_helper"
require "open3"
class TestInspecVersion < ArtifactTest
def test_version
assert_artifact(:version)
end
end