Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created February 17, 2009 21:44
Show Gist options
  • Save adamhjk/66005 to your computer and use it in GitHub Desktop.
Save adamhjk/66005 to your computer and use it in GitHub Desktop.
Feature: Manage Files
In order to save time
As a Developer
I want to manage files declaratively
Scenario: Create a file
Given a validated node
And it includes the recipe 'manage_files::create_a_file'
When the node is converged
Then a file named 'create_a_file.txt' exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment