summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving/configuration/parser.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-181/+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 default fileserving mount creation to the Configuration classLuke Kanies2009-03-051-12/+0
| | | | | | | | | | It was previously in the parser, but the parser is only created if the fileserver.conf exists, so the default mounts weren't made if the file didn't exist. This is a bit less encapsulation, but not much. Signed-off-by: Luke Kanies <luke@madstop.com>
* Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-191-14/+72
| | | | | | | | | 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>
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-281-1/+1
|
* converting fileserving/configuration/parser specs from setup/teardown to ↵Rick Bradley2008-02-181-86/+89
| | | | before/after
* This is the first mostly functional commit of theLuke Kanies2007-10-181-0/+132
new file serving structure. The next step is to hook it up to the indirection so we can start writing integration tests to see if we can actually serve up files.