mirror of
https://github.com/inspec/inspec
synced 2025-03-01 05:47:29 +00:00
7 lines
143 B
Ruby
7 lines
143 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecDetect < ArtifactTest
|
|
def test_detect
|
|
assert_artifact("detect --no-color")
|
|
end
|
|
end
|