diff options
author | Nuo Yan <nuo@opscode.com> | 2010-09-21 15:16:21 -0700 |
---|---|---|
committer | Nuo Yan <nuo@opscode.com> | 2010-09-21 15:16:21 -0700 |
commit | 58951da00f8d8ec6b79ae40c53d941616cc474dd (patch) | |
tree | 1c721575280159347ee3234332541981c093777f /chef/spec/unit/cookbook_spec.rb | |
parent | 1f3120f89b2e413d71c105e8f9a01b3575f80179 (diff) | |
download | chef-beta-1-deploy.tar.gz |
fixing CHEF-1541beta-1beta-1-deploy
Diffstat (limited to 'chef/spec/unit/cookbook_spec.rb')
-rw-r--r-- | chef/spec/unit/cookbook_spec.rb | 2 |
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 |