summaryrefslogtreecommitdiff
path: root/spec/data/run_context/cookbooks/test/recipes/two.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/data/run_context/cookbooks/test/recipes/two.rb')
-rw-r--r--spec/data/run_context/cookbooks/test/recipes/two.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/data/run_context/cookbooks/test/recipes/two.rb b/spec/data/run_context/cookbooks/test/recipes/two.rb
new file mode 100644
index 0000000000..01def1b2ac
--- /dev/null
+++ b/spec/data/run_context/cookbooks/test/recipes/two.rb
@@ -0,0 +1,7 @@
+cat "peanut" do
+ pretty_kitty true
+end
+
+new_cat "fat peanut" do
+ pretty_kitty false
+end