summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+