diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-06-09 17:26:38 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-06-09 17:26:38 -0700 |
commit | 9fce04fad0424f9143015b35871cc20e77a46912 (patch) | |
tree | ff9a0aac8205f9a5b048b8c59232436be2911b0f /features | |
parent | 479e98c8988183c0f42148c3521da46eaf0f2241 (diff) | |
download | chef-9fce04fad0424f9143015b35871cc20e77a46912.tar.gz |
log message for cache purging has changed
Diffstat (limited to 'features')
-rw-r--r-- | features/chef-client/cookbook_sync.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/chef-client/cookbook_sync.feature b/features/chef-client/cookbook_sync.feature index 80c97841f3..81f3c0b0c8 100644 --- a/features/chef-client/cookbook_sync.feature +++ b/features/chef-client/cookbook_sync.feature @@ -28,7 +28,7 @@ Feature: Synchronize cookbooks from the server Given we have an empty file named 'cookbooks/synchronize_deps/recipes/woot.rb' in the client cache When I run the chef-client with '-l info' Then the run should exit '0' - And 'stdout' should have 'INFO: Removing cookbooks/synchronize_deps/recipes/woot.rb from the cache; it is no longer on the server.' + And 'stdout' should have 'INFO: Removing cookbooks/synchronize_deps/recipes/woot.rb from the cache; its cookbook is no longer needed on this client.' Scenario: Remove cookbooks that are no longer needed Given a validated node |