From ff08ba2abc8a59caa2bae0cde0a84ded99337e1c Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Thu, 14 Apr 2011 16:48:40 -0700 Subject: (7118) Adding summaries for all faces It's usually just a one-liner, but when I saw an obvious opportunity for longer docs, I've added a @longdocs variable that can be converted to longer forms when ready. Signed-off-by: Luke Kanies --- spec/unit/application/indirection_base_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/unit/application') diff --git a/spec/unit/application/indirection_base_spec.rb b/spec/unit/application/indirection_base_spec.rb index 63ab11eed..dedadb4ad 100755 --- a/spec/unit/application/indirection_base_spec.rb +++ b/spec/unit/application/indirection_base_spec.rb @@ -9,6 +9,7 @@ class Puppet::Application::TestIndirection < Puppet::Application::IndirectionBas end face = Puppet::Face::Indirector.define(:testindirection, '0.0.1') do + summary "fake summary" end # REVISIT: This horror is required because we don't allow anything to be # :current except for if it lives on, and is loaded from, disk. --daniel 2011-03-29 -- cgit