summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-06-10 00:12:55 -0500
committerLuke Kanies <luke@madstop.com>2008-06-15 13:31:47 -0500
commit75c94e342410d4504cf0eb5346d0ea5e54c99008 (patch)
treea14bbdc4e0e619c4130469dedefdf62c216a13b9
parent575f37a0656f5a1f94fe6fb1b189d1701a98cadc (diff)
downloadpuppet-75c94e342410d4504cf0eb5346d0ea5e54c99008.tar.gz
puppet-75c94e342410d4504cf0eb5346d0ea5e54c99008.tar.xz
puppet-75c94e342410d4504cf0eb5346d0ea5e54c99008.zip
Removing an obsolete, unimplemented test
-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")