summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xspec/unit/node.rb7
1 files changed, 0 insertions, 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")