summaryrefslogtreecommitdiffstats
path: root/spec/unit/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/node.rb')
-rwxr-xr-xspec/unit/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/node.rb b/spec/unit/node.rb
index b16696585..bb99378d9 100755
--- a/spec/unit/node.rb
+++ b/spec/unit/node.rb
@@ -143,8 +143,8 @@ describe Puppet::Node, " when indirecting" do
Puppet::Node.indirection.terminus_class.should == :plain
end
- it "should use yaml for caching" do
- Puppet::Node.indirection.cache_class.should == :yaml
+ it "should not have a cache class defined" do
+ Puppet::Node.indirection.cache_class.should be_nil
end
after do