summaryrefslogtreecommitdiff
path: root/spec/data/cookbooks/audit/recipes/default.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/data/cookbooks/audit/recipes/default.rb')
-rw-r--r--spec/data/cookbooks/audit/recipes/default.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/data/cookbooks/audit/recipes/default.rb b/spec/data/cookbooks/audit/recipes/default.rb
new file mode 100644
index 0000000000..66a6341d5f
--- /dev/null
+++ b/spec/data/cookbooks/audit/recipes/default.rb
@@ -0,0 +1,3 @@
+# Inside a recipe self refers to a Recipe object, so it calls the correct #method_missing chain to find the
+# package resource
+package "foo1"