Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3994-part 2] rename integration tests to *_spec.rb | Markus Roberts | 2010-06-28 | 1 | -14/+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 | ||||
* | Fixing FileServing::Base so that it can recurse on a single file. | Luke Kanies | 2008-08-27 | 1 | -0/+14 |
It was throwing exceptions if you tried to use it on a file instead of a directory. Signed-off-by: Luke Kanies <luke@madstop.com> |