diff options
Diffstat (limited to 'kitchen-tests/Berksfile')
-rw-r--r-- | kitchen-tests/Berksfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile new file mode 100644 index 0000000000..66569ed97f --- /dev/null +++ b/kitchen-tests/Berksfile @@ -0,0 +1,3 @@ +source "https://supermarket.getchef.com" + +cookbook "webapp", :path => "cookbooks/webapp" |