diff options
| author | Luke Kanies <luke@madstop.com> | 2008-10-03 13:11:44 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2008-10-03 13:11:44 -0500 |
| commit | 6bcfd9f021be13bfd3269eaa72bc289eab37a64f (patch) | |
| tree | d4053041420e68113d5af14186a04727becddbb4 /spec/unit/network/handler | |
| parent | 67136f111c60779a1b87b43a6b949a2357399836 (diff) | |
| download | puppet-6bcfd9f021be13bfd3269eaa72bc289eab37a64f.tar.gz puppet-6bcfd9f021be13bfd3269eaa72bc289eab37a64f.tar.xz puppet-6bcfd9f021be13bfd3269eaa72bc289eab37a64f.zip | |
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 <luke@madstop.com>
Diffstat (limited to 'spec/unit/network/handler')
| -rw-r--r-- | spec/unit/network/handler/fileserver.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
