diff options
| author | Nick Lewis <nick@puppetlabs.com> | 2011-08-16 11:45:55 -0700 |
|---|---|---|
| committer | Nick Lewis <nick@puppetlabs.com> | 2011-08-16 11:45:55 -0700 |
| commit | 66d852bb2c2b66ff5e7c9966fdb510e2edd529db (patch) | |
| tree | c5e682eda7956676f43091927723842c76f6802d /spec/unit/node_spec.rb | |
| parent | 39116d4a6ed4861e46b16ba26c679a8b346fca00 (diff) | |
| parent | 1049458461b5ec5e1e48ad0244d63eb24626b09d (diff) | |
| download | puppet-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-x | spec/unit/node_spec.rb | 5 |
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 |
