Created
February 17, 2009 21:44
-
-
Save adamhjk/66005 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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