diff options
| author | Luke Kanies <luke@madstop.com> | 2007-12-11 14:31:13 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-12-11 14:31:13 -0600 |
| commit | 7ac3bd79621f6c66cd3b5b7041aeba83c27c3602 (patch) | |
| tree | f0683599b09bb25e885f1f73bbf21e5b3275abe0 /spec/unit/node.rb | |
| parent | a21ee0059fbfc31988430e7e6bf0d102cb6f1d5a (diff) | |
| download | puppet-7ac3bd79621f6c66cd3b5b7041aeba83c27c3602.tar.gz puppet-7ac3bd79621f6c66cd3b5b7041aeba83c27c3602.tar.xz puppet-7ac3bd79621f6c66cd3b5b7041aeba83c27c3602.zip | |
Renaming the 'null' terminus type to 'plain', as
requested in #960.
Diffstat (limited to 'spec/unit/node.rb')
| -rwxr-xr-x | spec/unit/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/node.rb b/spec/unit/node.rb index 8aea6ef0b..0ce702936 100755 --- a/spec/unit/node.rb +++ b/spec/unit/node.rb @@ -123,8 +123,8 @@ describe Puppet::Node, " when indirecting" do Puppet::Node.find(:my_node.to_s) end - it "should default to the 'null' node terminus" do - Puppet::Node.indirection.terminus_class.should == :null + it "should default to the 'plain' node terminus" do + Puppet::Node.indirection.terminus_class.should == :plain end after do |
