summaryrefslogtreecommitdiff
path: root/chef/spec/data/definitions/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/spec/data/definitions/test.rb')
-rw-r--r--chef/spec/data/definitions/test.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/chef/spec/data/definitions/test.rb b/chef/spec/data/definitions/test.rb
new file mode 100644
index 0000000000..b0d0effc27
--- /dev/null
+++ b/chef/spec/data/definitions/test.rb
@@ -0,0 +1,5 @@
+define :rico_suave, :rich => "smooth" do
+ zen_master "test" do
+ something "#{params[:rich]}"
+ end
+end \ No newline at end of file