summaryrefslogtreecommitdiff
path: root/spec/lib/puppet_spec/verbose.rb
AgeCommit message (Collapse)AuthorFilesLines
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman1-0/+0
We now use a shebang of: #!/usr/bin/env rspec This enables the direct execution of spec tests again, which was lost earlier during the transition to more directly using the rspec2 runtime environment.
2011-03-15(#4884) Autorequire shared behaviors and method to silence warningsDaniel Pittman1-0/+9
with_verbose_disabled allows you to run tests that muck with constans without getting spammy warnings. Reviewed-by: Max Martin and Matt Robinson