From f4cf3816e442d6a57432538b462254e803461857 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Thu, 11 Sep 2014 17:16:43 -0700 Subject: Fix some client integrations with path quoting. --- spec/integration/client/client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/integration/client/client_spec.rb') diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb index 8a1a65249b..0144ae0ce3 100644 --- a/spec/integration/client/client_spec.rb +++ b/spec/integration/client/client_spec.rb @@ -16,7 +16,7 @@ describe "chef-client" do # machine that has omnibus chef installed. In that case we need to ensure # we're running `chef-client` from the source tree and not the external one. # cf. CHEF-4914 - let(:chef_client) { "ruby #{chef_dir}/chef-client" } + let(:chef_client) { "ruby '#{chef_dir}/chef-client'" } when_the_repository "has a cookbook with a no-op recipe" do before { file 'cookbooks/x/recipes/default.rb', '' } -- cgit v1.2.1