From 632b96780f525a7699d21932e30e68a08a69cf84 Mon Sep 17 00:00:00 2001 From: Benjamin Bolton <7146063+benpbolton@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:54:38 -0600 Subject: [PATCH] Test for single-quote service wrapper --- Library/Homebrew/test/caveats_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/caveats_spec.rb b/Library/Homebrew/test/caveats_spec.rb index f6d76521ac..06cd17ad52 100644 --- a/Library/Homebrew/test/caveats_spec.rb +++ b/Library/Homebrew/test/caveats_spec.rb @@ -124,7 +124,7 @@ describe Caveats do caveats = described_class.new(f).caveats expect(f.service?).to eq(true) - expect(caveats).to include("#{f.bin}/php test") + expect(caveats).to include("'#{f.bin}/php' 'test'") expect(caveats).to include("background service") end