From 6bcfd9f021be13bfd3269eaa72bc289eab37a64f Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Fri, 3 Oct 2008 13:11:44 -0500 Subject: Fixing #947 - pluginsync no longer fails poorly when no plugins exist Note that it still fails -- it's just a more reasonable failure. Signed-off-by: Luke Kanies --- spec/unit/network/handler/fileserver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/unit/network/handler') diff --git a/spec/unit/network/handler/fileserver.rb b/spec/unit/network/handler/fileserver.rb index a9138f686..e548cba80 100644 --- a/spec/unit/network/handler/fileserver.rb +++ b/spec/unit/network/handler/fileserver.rb @@ -5,7 +5,7 @@ require File.dirname(__FILE__) + '/../../../spec_helper' require 'puppet/network/handler/fileserver' -describe Puppet::Network::Handler do +describe Puppet::Network::Handler::FileServer do require 'tmpdir' def create_file(filename) @@ -130,4 +130,4 @@ describe Puppet::Network::Handler do FileUtils.rm_rf(@basedir) end -end \ No newline at end of file +end -- cgit