summaryrefslogtreecommitdiffstats
path: root/spec/integration/provider/package.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-281-26/+0
| | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
* Moving some test/ package tests to rspec integration testsLuke Kanies2008-10-081-0/+26
and disabling a gem test that hangs forever for me. Signed-off-by: Luke Kanies <luke@madstop.com>