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