mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
7 lines
125 B
Ruby
7 lines
125 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecHelp < ArtifactTest
|
|
def test_help
|
|
assert_artifact(:help)
|
|
end
|
|
end
|