summaryrefslogtreecommitdiffstats
path: root/spec/unit/node_spec.rb
diff options
context:
space:
mode:
authorNick Lewis <nick@puppetlabs.com>2011-08-16 11:45:55 -0700
committerNick Lewis <nick@puppetlabs.com>2011-08-16 11:45:55 -0700
commit66d852bb2c2b66ff5e7c9966fdb510e2edd529db (patch)
treec5e682eda7956676f43091927723842c76f6802d /spec/unit/node_spec.rb
parent39116d4a6ed4861e46b16ba26c679a8b346fca00 (diff)
parent1049458461b5ec5e1e48ad0244d63eb24626b09d (diff)
downloadpuppet-66d852bb2c2b66ff5e7c9966fdb510e2edd529db.tar.gz
puppet-66d852bb2c2b66ff5e7c9966fdb510e2edd529db.tar.xz
puppet-66d852bb2c2b66ff5e7c9966fdb510e2edd529db.zip
Merge branch '2.7.x'
Conflicts: lib/puppet/provider/augeas/augeas.rb spec/unit/node_spec.rb
Diffstat (limited to 'spec/unit/node_spec.rb')
-rwxr-xr-xspec/unit/node_spec.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/unit/node_spec.rb b/spec/unit/node_spec.rb
index 5f3e3b44d..a47c716f4 100755
--- a/spec/unit/node_spec.rb
+++ b/spec/unit/node_spec.rb
@@ -201,11 +201,8 @@ end
describe Puppet::Node, "when indirecting" do
it "should default to the 'plain' node terminus" do
Puppet::Node.indirection.reset_terminus_class
- Puppet::Node.indirection.terminus_class.should == :plain
- end
- it "should not have a cache class defined" do
- Puppet::Node.indirection.cache_class.should be_nil
+ Puppet::Node.indirection.terminus_class.should == :plain
end
end