summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"}}')