summaryrefslogtreecommitdiff
path: root/features/cookbooks/metadata.feature
diff options
context:
space:
mode:
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
-