summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDaniel Pittman <daniel@puppetlabs.com>2011-04-11 16:47:16 -0700
committerDaniel Pittman <daniel@puppetlabs.com>2011-04-12 16:12:09 -0700
commitec988e24ce3713a4c4a31918489136f88b6945e6 (patch)
treee2d2850d9094fbd9dc005740abe1bba05041a325 /spec
parent2a87f410eae84a0a7c4f39d9c1ef742c3e7ba8fc (diff)
downloadpuppet-ec988e24ce3713a4c4a31918489136f88b6945e6.tar.gz
puppet-ec988e24ce3713a4c4a31918489136f88b6945e6.tar.xz
puppet-ec988e24ce3713a4c4a31918489136f88b6945e6.zip
(#6962) Move the logic for help layout into erb templates.
Rather than hard-coding the layout of help output in the code, push it out into external templates. At the moment overriding that would require changing the ERB code next to puppet/faces/help.rb file on disk. Paired-With: Matt Robinson <matt@puppetlabs.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/faces/help_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/faces/help_spec.rb b/spec/unit/faces/help_spec.rb
index 61f1947f3..1399abfef 100644
--- a/spec/unit/faces/help_spec.rb
+++ b/spec/unit/faces/help_spec.rb
@@ -100,6 +100,4 @@ describe Puppet::Faces[:help, '0.0.1'] do
end
end
end
-
-
end