features/chef_steps/node_steps.feature in cuken-0.1.12 vs features/chef_steps/node_steps.feature in cuken-0.1.13
- old
+ new
@@ -1,15 +1,16 @@
-@chef @cookbook @step_features
-Feature: Listing Node steps
+@chef @node @step_features
+Feature: Node steps
In order to test automated Chef deployments
As an administrator
- I want to know what Cookbook steps are available
+ I want to know what Node steps are available
Background:
Given that "cuken/chef" has been required
- Scenario: Common Node
+ Scenario: Common Node steps
Then these steps are defined for "cuken/cucumber/chef/node.rb":
- | step |
- | a validated Node |
- | the Node "([^"]*)" exists |
- | the Nodes are: |
+ | step |
+ |a validated Node |
+ |I add these Roles to the Nodes: |
+ |the Node "([^"]*)" exists |
+ |the Nodes are: |