diff --git a/Berksfile b/Berksfile index 34fea21..4fc0a77 100644 --- a/Berksfile +++ b/Berksfile @@ -1,3 +1,7 @@ source 'https://supermarket.chef.io' metadata + +group :integration do + cookbook 'snipeit_api_test', path: './test/fixtures/cookbooks/snipeit_api_test' +end