summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/handler/fileserver.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-176/+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
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
|
* Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-4/+1
| | | | | | | The interface is *much* cleaner, and I'd removed one of the methods used in this code. Signed-off-by: Luke Kanies <luke@madstop.com>
* Add failing test for plugin with file and recursePaul Nasrat2008-10-091-0/+8
|
* Fix several small regressions in plugins mountBrice Figureau2008-10-091-0/+38
| | | | | | | | | | | | | | | Since a30ecf2aeffd71960bd806fb28cd6d1b8adc2452, reclist has one parameter less, but Puppet::Network::Handler::PluginMount.list wasn't ported to the new API. While mounting plugins, reclist wasn't requiring 'file_serving/fileset', leading to an NameError. The change to the new API meant that we lost the existance test of plugins mount directory. It was failing when the client was mounting module plugins that weren't existing (like facter and no custom facts defined). Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Fixing #947 - pluginsync no longer fails poorly when no plugins existLuke Kanies2008-10-031-2/+2
| | | | | | Note that it still fails -- it's just a more reasonable failure. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fix ticket 1596 in new fileset code, use tmpdir in fileserver tests.Paul Nasrat2008-09-301-1/+1
|
* Add tests for FileServer::Mount list for #1544Paul Nasrat2008-09-301-0/+133