summaryrefslogtreecommitdiff
path: root/chef/examples/config/cookbooks/fakefile/libraries/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/examples/config/cookbooks/fakefile/libraries/test.rb')
-rw-r--r--chef/examples/config/cookbooks/fakefile/libraries/test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/chef/examples/config/cookbooks/fakefile/libraries/test.rb b/chef/examples/config/cookbooks/fakefile/libraries/test.rb
new file mode 100644
index 0000000000..5a39a18aec
--- /dev/null
+++ b/chef/examples/config/cookbooks/fakefile/libraries/test.rb
@@ -0,0 +1,7 @@
+class Chef
+ class Recipe
+ def bork
+ Chef::Log.debug("Bork bork bork")
+ end
+ end
+end \ No newline at end of file