82aec2f311
It’s still broken, but now it actually tests Signed-off-by: Tim Smith <tsmith@chef.io>
10 lines
164 B
Ruby
10 lines
164 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
metadata
|
|
|
|
group :integration do
|
|
cookbook 'yum'
|
|
cookbook 'apt'
|
|
cookbook 'test', path: 'test/fixtures/cookbooks/test'
|
|
end
|