inspec/lib/plugins/inspec-habitat/Berksfile
Jerry Aldrich bf748d8478 Rewrite inspec-habitat plugin
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2019-02-19 00:47:14 -08:00

5 lines
148 B
Ruby

source 'https://supermarket.chef.io'
group :integration do
cookbook 'inspec_habitat_fixture', path: 'test/cookbooks/inspec_habitat_fixture/'
end