lib/cucumber/chef/templates/cucumber/example_feature.erb in cucumber-chef-2.0.4 vs lib/cucumber/chef/templates/cucumber/example_feature.erb in cucumber-chef-2.0.5
- old
+ new
@@ -10,10 +10,10 @@
* "<%= @project %>" has been provisioned
* 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 | ../.ssh/id_rsa |
+ | root | ./.cucumber-chef/id_rsa-ubuntu |
Scenario: Can connect to the provisioned server via SSH authentication
When I run "hostname"
Then I should see "<%= @project %>" in the output