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>
This commit is contained in:
Tim Smith
2017-01-17 23:32:22 -08:00
parent 29f9d3921b
commit 82aec2f311
7 changed files with 10 additions and 9 deletions

View File

@@ -5,5 +5,5 @@ metadata
group :integration do
cookbook 'yum'
cookbook 'apt'
cookbook 'wrapper', path: 'test/fixtures/cookbooks/wrapper'
cookbook 'test', path: 'test/fixtures/cookbooks/test'
end