summaryrefslogtreecommitdiff
path: root/chef/spec/unit/cookbook_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/spec/unit/cookbook_spec.rb')
-rw-r--r--chef/spec/unit/cookbook_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/spec/unit/cookbook_spec.rb b/chef/spec/unit/cookbook_spec.rb
index a7c9076adc..8adf458d9b 100644
--- a/chef/spec/unit/cookbook_spec.rb
+++ b/chef/spec/unit/cookbook_spec.rb
@@ -25,7 +25,7 @@ describe Chef::CookbookVersion do
@cookbook_collection = Chef::CookbookCollection.new(Chef::CookbookLoader.new)
@cookbook = @cookbook_collection[:openldap]
@node = Chef::Node.new
- @node.name "Julia Child"
+ @node.name "JuliaChild"
@run_context = Chef::RunContext.new(@node, @cookbook_collection)
end