From 75c94e342410d4504cf0eb5346d0ea5e54c99008 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 10 Jun 2008 00:12:55 -0500 Subject: Removing an obsolete, unimplemented test --- spec/unit/node.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spec/unit/node.rb b/spec/unit/node.rb index 6603f6b58..2d9991701 100755 --- a/spec/unit/node.rb +++ b/spec/unit/node.rb @@ -136,13 +136,6 @@ describe Puppet::Node, "when indirecting" do end end -describe Puppet::Node do - # LAK:NOTE This is used to keep track of when a given node has connected, - # so we can report on nodes that do not appear to connecting to the - # central server. - it "should provide a method for noting that the node has connected" -end - describe Puppet::Node, "when generating the list of names to search through" do before do @facts = Puppet::Node::Facts.new("foo", "hostname" => "yay", "domain" => "domain.com") -- cgit