summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving/indirection_hooks.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-63/+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
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-191-62/+1
| | | | | | | | | This switches away from the use of terminii for each type of fileserving - it goes back to the traditional fileserving method, and is much cleaner and simpler as a result. Signed-off-by: Luke Kanies <luke@madstop.com>
* Removing the last vestiges of the 'puppetmounts' protocol marker.Luke Kanies2008-08-261-1/+1
| | | | | | | I created this when I first designed the fileserving Indirection hooks, and it's unnecessary. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing the fileserving terminus selection hook.Luke Kanies2008-08-261-78/+78
| | | | | | | It now uses the fact that the indirection request does URI parsing, rather than doing the parsing on its own. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing the tests that were failing because of the useLuke Kanies2008-04-081-95/+109
| | | | of the indirection request object.
* Renaming the FileServing TerminusSelector module to IndirectionHooks,Luke Kanies2007-10-221-0/+110
because I'm going to add some hooks for transforming returned objects.