summaryrefslogtreecommitdiff
path: root/spec/data/run_context/cookbooks/include/recipes/includee.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/data/run_context/cookbooks/include/recipes/includee.rb')
-rw-r--r--spec/data/run_context/cookbooks/include/recipes/includee.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/data/run_context/cookbooks/include/recipes/includee.rb b/spec/data/run_context/cookbooks/include/recipes/includee.rb
new file mode 100644
index 0000000000..87bb7f114e
--- /dev/null
+++ b/spec/data/run_context/cookbooks/include/recipes/includee.rb
@@ -0,0 +1,3 @@
+ruby_block '2' do
+ block { RanResources.resources << 2 }
+end