summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-08-23 15:34:32 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-08-26 14:09:18 -0700
commitbb0d73334573e15674d2f0a4ed42a3d74a309ace (patch)
tree802bd0a9ed47c80c36245cd84dc19fa3c0d30105
parenta8a6ea0734998c32e015259b385ee4fc3e9ccfa8 (diff)
downloadchef-lcg/fix-node-cookbooks.tar.gz
fix copypasta in title of the speclcg/fix-node-cookbooks
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--spec/integration/client/client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb
index 7c0cbc6a63..b1763da1f0 100644
--- a/spec/integration/client/client_spec.rb
+++ b/spec/integration/client/client_spec.rb
@@ -384,7 +384,7 @@ describe "chef-client" do
EOM
end
- it "should fail the chef client run" do
+ it "should have a cookbook attribute" do
result = shell_out("#{chef_client} -c \"#{path_to("config/client.rb")}\" -o 'x::default' --no-fork", cwd: chef_dir)
result.error!
expect(result.stdout).to include('COOKBOOKS: {"x"=>{"version"=>"0.0.1"}}')