Test for single-quote service wrapper

This commit is contained in:
Benjamin Bolton 2021-09-01 11:54:38 -06:00 committed by GitHub
parent 1532c081f2
commit 632b96780f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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