mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
8 lines
150 B
Ruby
8 lines
150 B
Ruby
require_relative "artifact_helper"
|
|
require "open3"
|
|
|
|
class TestInspecVersion < ArtifactTest
|
|
def test_version
|
|
assert_artifact(:version)
|
|
end
|
|
end
|