mirror of
https://github.com/inspec/inspec
synced 2025-02-18 15:08:44 +00:00
7 lines
159 B
Ruby
7 lines
159 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecCompliance < ArtifactTest
|
|
def test_compliance_version
|
|
assert_artifact("compliance logout")
|
|
end
|
|
end
|