diff options
author | Claire McQuin <claire@getchef.com> | 2014-08-06 14:19:17 -0700 |
---|---|---|
committer | Claire McQuin <claire@getchef.com> | 2014-08-13 09:21:20 -0700 |
commit | 730a41775850f22bf76cc60ce31065d2bfc6b3fe (patch) | |
tree | 44d38344c1f6e5b808154ed565ecab6edfa1ebfd /kitchen-tests/Berksfile | |
parent | 0bbddd62b0c65781eacd43f2ca3334a1ed23c09e (diff) | |
download | chef-730a41775850f22bf76cc60ce31065d2bfc6b3fe.tar.gz |
Remove kitchen tests from spec/ directory, so tests can be run separately.
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" |