summaryrefslogtreecommitdiffstats
path: root/spec/unit/node.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-11 14:31:13 -0600
committerLuke Kanies <luke@madstop.com>2007-12-11 14:31:13 -0600
commit7ac3bd79621f6c66cd3b5b7041aeba83c27c3602 (patch)
treef0683599b09bb25e885f1f73bbf21e5b3275abe0 /spec/unit/node.rb
parenta21ee0059fbfc31988430e7e6bf0d102cb6f1d5a (diff)
downloadpuppet-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-xspec/unit/node.rb4
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