summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/handler/fileserver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/network/handler/fileserver.rb')
-rw-r--r--spec/unit/network/handler/fileserver.rb4
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