summaryrefslogtreecommitdiff
path: root/spec/shared_behaviours/all_parsedfile_providers.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-03(#6582) eliminate fakeparsefile helper method.Daniel Pittman1-0/+21
This was a helper that implemented rspec style "shared behaviour" for Test::Unit; now that we have moved on we can use the upstream implementation instead. This eliminates a whole bit of code we have to maintain. Reviewed-By: Nick Lewis <nick@puppetlabs.com>