On Thu, Jul 19, 2012 at 5:26 AM, Mark Roggenkamp
<
mark.ro...@gmail.com> wrote:
> Perhaps make your puppet doc rake task depend on the spec_clean task? It
> seems like you may not need the symlinks created by rspec-puppet-init as a
> dynamic fixture environment is created via .fixtures.yml.
Yep, in general rake spec should clean up everything in the fixtures
directory after the spec test unless there's a failure, and
Rake::Task[:spec_clean] will clean up the fixtures directory. If you
find a Puppet Labs module with cruft in spec/fixtures/modules
directory, please file a bug.
Thanks,
Nan