summaryrefslogtreecommitdiff
path: root/features/cookbooks/metadata.feature
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@opscode.com>2012-10-30 10:04:20 -0400
committerSeth Chisamore <schisamo@opscode.com>2012-10-30 10:04:20 -0400
commit9348c1c9c80ee757354d624b7dc1b78ebc7605c4 (patch)
tree4b929d5421f514b477aaa82d98516f82f1e62045 /features/cookbooks/metadata.feature
parent265a1b898c7235198d60b14d83b75754133b0884 (diff)
parent8366c2259a62c02cee2137a869cb401b578bada0 (diff)
downloadchef-9348c1c9c80ee757354d624b7dc1b78ebc7605c4.tar.gz
Merge branch 'OC-3564-remove-chef-server'
Diffstat (limited to 'features/cookbooks/metadata.feature')
-rw-r--r--features/cookbooks/metadata.feature20
1 files changed, 0 insertions, 20 deletions
diff --git a/features/cookbooks/metadata.feature b/features/cookbooks/metadata.feature
deleted file mode 100644
index 5e32c6d383..0000000000
--- a/features/cookbooks/metadata.feature
+++ /dev/null
@@ -1,20 +0,0 @@
-@cookbooks @cookbook_metadata
-Feature: Cookbook Metadata
- In order to understand cookbooks without evaluating them
- As an Administrator
- I want to automatically generate metadata about cookbooks
-
- Scenario: Generate metadata for all cookbooks
- Given a local cookbook repository
- When I run the task to generate cookbook metadata
- Then the run should exit '0'
- And 'stdout' should have 'Generating metadata'
- And a file named 'cookbooks_dir/cookbooks/metadata/metadata.json' should exist
-
- Scenario: Generate metadata for a specific cookbook
- Given a local cookbook repository
- When I run the task to generate cookbook metadata for 'metadata'
- Then the run should exit '0'
- And 'stdout' should have 'Generating metadata'
- And a file named 'cookbooks_dir/cookbooks/metadata/metadata.json' should exist
-