postfix-cookbook/Berksfile
Tim Smith 82aec2f311 Fix wrapper cookbook in the specs completely failing
It’s still broken, but now it actually tests

Signed-off-by: Tim Smith <tsmith@chef.io>
2017-01-17 23:32:22 -08:00

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