diff options
author | Daniel Pittman <daniel@puppetlabs.com> | 2011-04-27 10:38:41 -0700 |
---|---|---|
committer | Daniel Pittman <daniel@puppetlabs.com> | 2011-04-27 12:10:20 -0700 |
commit | 0256d67e1a51a37f2c87ec197bdff6ef3a6b269f (patch) | |
tree | 2f9d4c54c8451dab6888bb4cfa07e0b06f73f960 /lib/puppet/interface/option.rb | |
parent | e8eb290a1681baa19ef0b035af7cf17daadc6069 (diff) | |
download | puppet-0256d67e1a51a37f2c87ec197bdff6ef3a6b269f.tar.gz puppet-0256d67e1a51a37f2c87ec197bdff6ef3a6b269f.tar.xz puppet-0256d67e1a51a37f2c87ec197bdff6ef3a6b269f.zip |
(#6962) Add integration tests on Face documentation.
We now run all the faces, and their actions, as well as global help through
the wringer in this test: this way we can be confident that we have, at least,
the ability to generate the help without a user-visible failure.
We also check that we have set copyright and license terms in our own faces.
Theoretically this might fail if the end user has extra faces on LOAD_PATH,
but my hope is that we won't hit that...
Diffstat (limited to 'lib/puppet/interface/option.rb')
-rw-r--r-- | lib/puppet/interface/option.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/interface/option.rb b/lib/puppet/interface/option.rb index 493b5c3bd..b68bdeb12 100644 --- a/lib/puppet/interface/option.rb +++ b/lib/puppet/interface/option.rb @@ -1,7 +1,7 @@ require 'puppet/interface' class Puppet::Interface::Option - include Puppet::Interface::FullDocs + include Puppet::Interface::TinyDocs # For compatibility, deprecated, and should go fairly soon... ['', '='].each { |x| alias :"desc#{x}" :"description#{x}" } |