2019-11-07 15:42:48 -08:00
|
|
|
require_relative "artifact_helper"
|
|
|
|
|
2019-11-09 13:36:15 -08:00
|
|
|
class TestInspecHabitat < ArtifactTest
|
2019-11-07 15:42:48 -08:00
|
|
|
def test_habitat
|
2020-02-10 12:54:58 -08:00
|
|
|
assert_artifact("habitat profile help create")
|
2019-11-07 15:42:48 -08:00
|
|
|
end
|
|
|
|
end
|