summaryrefslogtreecommitdiffstats
path: root/spec/unit/application/puppetdoc.rb
Commit message (Collapse)AuthorAgeFilesLines
* Renaming applications, mostly removing 'puppet'Luke Kanies2010-02-171-360/+0
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fix #2783, take2 - puppetdoc should use environment to get ↵Brice Figureau2009-11-271-3/+3
| | | | | | | | | | | | | | modulepath/manifestdir I was told that setting manifestdir in environment is not supported. Only the manifest setting seems to be supported in environments. This patch changes how puppetdoc handles manifestdir, instead of getting it through the manifestdir variable, we now get the manifest settings and infer the directory from this, exactly as the parser is doing. This allows puppetdoc to handle what user are doing with environments. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Fix #2783 - Puppetdoc rdoc should use environment to get modulepath/manifestdirBrice Figureau2009-11-151-4/+13
| | | | | | | Puppetdoc wasn't using the current environment to find the correct modulepath and manifestdir. Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Fixed #2702 - Set :outputdir to "doc" if not specifiedJohn A. Barbuto2009-10-101-0/+6
| | | | Signed-off-by: John A. Barbuto <jbarbuto@corp.sourceforge.com>
* Stubbing tests that were affecting other testsLuke Kanies2009-02-181-0/+2
| | | | | | | | | | | These stubs are all for global configuration state. It's a known problem that these have to be stubbed, but we haven't been able to find a design yet that fixes this. At least these tests are no longer breaking other tests. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing a warning in a testLuke Kanies2009-02-181-2/+2
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Move puppetdoc to the Application Controller paradigmBrice Figureau2009-02-161-0/+343
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>