diff options
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 |