lib/cucumber/chef/templates/cucumber/readme.erb in cucumber-chef-2.0.3 vs lib/cucumber/chef/templates/cucumber/readme.erb in cucumber-chef-2.0.4
- old
+ new
@@ -1,9 +1,9 @@
Welcome to the suite of cucumber-chef tests
Your general workflow will be to write cucumber features that describe the intended behaviour. You will then write failing tests by writing steps to test the behaviour, expressing them as cucumer scenarios.
-You will then want to create a cookbook, and write recipes that make your tests pass. Upload your cookbook to your Hosted Chef-Server using 'knife' or the Cucumber-Chef Test Lab OS Chef-Server using the 'cc-knife' tool, and then run the tests with:
+You will then want to create a cookbook, and write recipes that make your tests pass. Upload your cookbook to the Cucumber-Chef Test Lab OS Chef-Server using the 'cc-knife' tool, and then run the tests with:
cucumber-chef test [cucumber options]
For an example feature, take a look at <chef-repo>/features/<%= @project %>/<%= @project %>.feature