inspec/test/artifact/inspec_habitat_test.rb
Ryan Davis 947365719a Fix artifact-habitat testing for inspec.
Needed a fallback on `ENV["project_root"]` not being defined.

Signed-off-by: Ryan Davis <zenspider@chef.io>
2020-02-10 18:34:00 -08:00

7 lines
155 B
Ruby

require_relative "artifact_helper"
class TestInspecHabitat < ArtifactTest
def test_habitat
assert_artifact("habitat profile help create")
end
end