mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
6 lines
148 B
Text
6 lines
148 B
Text
|
source 'https://supermarket.chef.io'
|
||
|
|
||
|
group :integration do
|
||
|
cookbook 'inspec_habitat_fixture', path: 'test/cookbooks/inspec_habitat_fixture/'
|
||
|
end
|