summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chef/spec/unit/node_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/chef/spec/unit/node_spec.rb b/chef/spec/unit/node_spec.rb
index 00f36303b9..469720706c 100644
--- a/chef/spec/unit/node_spec.rb
+++ b/chef/spec/unit/node_spec.rb
@@ -93,7 +93,6 @@ describe Chef::Node do
it "should not accept name doesn't match /^[\-[:alnum:]_:.]+$/" do
lambda { @node.name("space in it")}.should raise_error(Chef::Exceptions::ValidationFailed)
end
-
end
describe "when modifying Node attributes" do