summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-04-13 15:31:38 -0700
committerBryan McLellan <btm@opscode.com>2012-04-13 15:31:38 -0700
commit1dd7795e1f0e7712fafd781e60b4d8f43e0e0351 (patch)
tree083e14095af3610111a104c7509757746d023240 /features
parentebf48a8ead34b0e00bd023feb03151ee10187ff1 (diff)
downloadchef-1dd7795e1f0e7712fafd781e60b4d8f43e0e0351.tar.gz
feature test fixes: you say Motato, I say motato.
Diffstat (limited to 'features')
-rw-r--r--features/cookbooks/metadata.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/cookbooks/metadata.feature b/features/cookbooks/metadata.feature
index 454f7624c4..5e32c6d383 100644
--- a/features/cookbooks/metadata.feature
+++ b/features/cookbooks/metadata.feature
@@ -8,13 +8,13 @@ Feature: Cookbook Metadata
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 '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 'stdout' should have 'Generating metadata'
And a file named 'cookbooks_dir/cookbooks/metadata/metadata.json' should exist