summaryrefslogtreecommitdiffstats
path: root/spec/lib
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/puppet/faces/huzzah.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/lib/puppet/faces/huzzah.rb b/spec/lib/puppet/faces/huzzah.rb
new file mode 100644
index 000000000..735004475
--- /dev/null
+++ b/spec/lib/puppet/faces/huzzah.rb
@@ -0,0 +1,4 @@
+require 'puppet/faces'
+Puppet::Faces.define(:huzzah, '2.0.1') do
+ action :bar do "is where beer comes from" end
+end