mirror of
https://github.com/inspec/inspec
synced 2025-02-16 14:08:36 +00:00
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
|