diff options
| author | Adam Jacob <adam@hjksolutions.com> | 2008-04-08 01:54:05 -0700 |
|---|---|---|
| committer | Adam Jacob <adam@hjksolutions.com> | 2008-04-08 01:54:05 -0700 |
| commit | 39c0a0994cb5af59e4fbb9fefbc487f6bc21d2fb (patch) | |
| tree | 34e10245925571efe25a0906d74d8da0392da549 /spec/data | |
| parent | 5d369f7345c2a19f8a6a1507e39843aa4e283585 (diff) | |
| download | chef-39c0a0994cb5af59e4fbb9fefbc487f6bc21d2fb.tar.gz | |
Adding test recipe
Diffstat (limited to 'spec/data')
| -rw-r--r-- | spec/data/compile/cookbooks/test/recipes/default.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/data/compile/cookbooks/test/recipes/default.rb b/spec/data/compile/cookbooks/test/recipes/default.rb new file mode 100644 index 0000000000..d769dc826d --- /dev/null +++ b/spec/data/compile/cookbooks/test/recipes/default.rb @@ -0,0 +1,5 @@ + +cat "einstein" do + pretty_kitty true +end + |
