features/chef_examples/cookbooks_repo.feature in cuken-0.1.4 vs features/chef_examples/cookbooks_repo.feature in cuken-0.1.7

- old
+ new

@@ -1,13 +1,13 @@ -@announce @work_in_cwd @cookbooks @chef_repo -Feature: Base Chef repository for cookbooks +@announce @cookbooks @chef_repo +Feature: Clone local Chef repository for cookbooks In order to have a Chef skeleton to build a custom deployment As an Administrator I want to automatically clone a generic base Chef repository Background: Given a directory named "ckbk/scratch" - Scenario: Clone a Chef skeleton repository - And the remote Chef repository "features/data/repositories/chef-repo/.git" - When I clone the remote Chef repository branch "master" to "tmp/aruba/ckbk/scratch/myapp" + Scenario: Clone a local Chef skeleton repository + And the remote Chef repository "./../../features/data/repositories/chef-repo/.git" + When I clone the remote Chef repository branch "master" to "ckbk/scratch/myapp" Then the local Chef repository exists