summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/autoload_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/autoload_spec.rb')
-rwxr-xr-xspec/unit/util/autoload_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/util/autoload_spec.rb b/spec/unit/util/autoload_spec.rb
index 100975f27..47ee54e1f 100755
--- a/spec/unit/util/autoload_spec.rb
+++ b/spec/unit/util/autoload_spec.rb
@@ -12,10 +12,6 @@ describe Puppet::Util::Autoload do
@autoload.stubs(:eachdir).yields "/my/dir"
end
- it "should use the Cacher module" do
- Puppet::Util::Autoload.ancestors.should be_include(Puppet::Util::Cacher)
- end
-
describe "when building the search path" do
before :each do
@dira = make_absolute('/a')