summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuo Yan <nuo@opscode.com>2010-09-21 15:16:21 -0700
committersdelano <stephen@opscode.com>2010-11-04 14:00:51 -0700
commit6c9c919a0727f9ddb6bb6df3888447cf1f6a139e (patch)
tree40571548584006d00e4765925062d52612aa9832
parente04174414795c6f8984855c826f96f766bcb27a9 (diff)
downloadchef-6c9c919a0727f9ddb6bb6df3888447cf1f6a139e.tar.gz
fixing CHEF-1541
-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