summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@getchef.com>2014-09-15 17:13:08 -0700
committerChris Doherty <cdoherty@getchef.com>2014-09-15 17:13:08 -0700
commita156f24f24f5cc9ce0f489fa27d19723e532a4de (patch)
tree1e22c13739867b663c674358b3f1df2293a7c50b
parent61cfbadba2c4e8d59ee8775b63983103aad1f241 (diff)
downloadchef-a156f24f24f5cc9ce0f489fa27d19723e532a4de.tar.gz
More single quotes for command path.
-rw-r--r--spec/integration/recipes/lwrp_inline_resources_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/recipes/lwrp_inline_resources_spec.rb b/spec/integration/recipes/lwrp_inline_resources_spec.rb
index 9e2cf3fc8d..a0c13da6f7 100644
--- a/spec/integration/recipes/lwrp_inline_resources_spec.rb
+++ b/spec/integration/recipes/lwrp_inline_resources_spec.rb
@@ -16,7 +16,7 @@ describe "LWRPs with inline resources" 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 nested LWRP" do
before do