summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/pure_ruby_dsl/dsl_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/pure_ruby_dsl/dsl_test.rb b/ext/pure_ruby_dsl/dsl_test.rb
new file mode 100644
index 000000000..6eff2982e
--- /dev/null
+++ b/ext/pure_ruby_dsl/dsl_test.rb
@@ -0,0 +1,7 @@
+hostclass "foobar" do
+ notify "this is a test", "loglevel" => "warning"
+end
+
+node "default" do
+ acquire "foobar"
+end