summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-04-08 01:54:05 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-04-08 01:54:05 -0700
commit39c0a0994cb5af59e4fbb9fefbc487f6bc21d2fb (patch)
tree34e10245925571efe25a0906d74d8da0392da549
parent5d369f7345c2a19f8a6a1507e39843aa4e283585 (diff)
downloadchef-39c0a0994cb5af59e4fbb9fefbc487f6bc21d2fb.tar.gz
Adding test recipe
-rw-r--r--.gitignore2
-rw-r--r--spec/data/compile/cookbooks/test/recipes/default.rb5
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4ebc8aea50..60d4a34057 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
coverage
+doc
+.DS_Store
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
+