@provider @template Feature: Templates In order to easily manage many systems at once As a Developer I want to manage the contents of files programatically Scenario: Render a template from a cookbook Given a validated node And it includes the recipe 'template' When I run the chef-client Then the run should exit '0' And a file named 'template.txt' should contain 'sauce'