mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
947365719a
Needed a fallback on `ENV["project_root"]` not being defined. Signed-off-by: Ryan Davis <zenspider@chef.io>
7 lines
155 B
Ruby
7 lines
155 B
Ruby
require_relative "artifact_helper"
|
|
|
|
class TestInspecHabitat < ArtifactTest
|
|
def test_habitat
|
|
assert_artifact("habitat profile help create")
|
|
end
|
|
end
|