lib/cucumber/chef/templates/cucumber/example_feature.erb in cucumber-chef-2.0.6 vs lib/cucumber/chef/templates/cucumber/example_feature.erb in cucumber-chef-2.0.7

- old
+ new

@@ -6,9 +6,12 @@ Background: * I have a server called "<%= @project %>" * "<%= @project %>" is running "ubuntu" "precise" * "<%= @project %>" has been provisioned + * the following cookbooks have been uploaded: + | cookbook | cookbook_path | + | chef-client | ./cookbooks | * the "chef-client::service" recipe has been added to the "<%= @project %>" run list * the chef-client has been run on "<%= @project %>" * I ssh to "<%= @project %>" with the following credentials: | username | keyfile | | root | ./.cucumber-chef/id_rsa-ubuntu |