summaryrefslogtreecommitdiffstats
path: root/spec/unit/file_serving/content.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/file_serving/content.rb')
-rwxr-xr-xspec/unit/file_serving/content.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/file_serving/content.rb b/spec/unit/file_serving/content.rb
index b747ced78..82353d23d 100755
--- a/spec/unit/file_serving/content.rb
+++ b/spec/unit/file_serving/content.rb
@@ -5,8 +5,8 @@ require File.dirname(__FILE__) + '/../../spec_helper'
require 'puppet/file_serving/content'
describe Puppet::FileServing::Content do
- it "should should be a subclass of FileBase" do
- Puppet::FileServing::Content.superclass.should equal(Puppet::FileServing::FileBase)
+ it "should should be a subclass of Base" do
+ Puppet::FileServing::Content.superclass.should equal(Puppet::FileServing::Base)
end
it "should indirect file_content" do