summaryrefslogtreecommitdiffstats
path: root/spec/unit/node
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/node')
-rwxr-xr-xspec/unit/node/node.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/unit/node/node.rb b/spec/unit/node/node.rb
index 3146f6e7e..fe5d2be8b 100755
--- a/spec/unit/node/node.rb
+++ b/spec/unit/node/node.rb
@@ -126,3 +126,10 @@ describe Puppet::Node, " when indirecting" do
Puppet::Indirector::Indirection.clear_cache
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