Test for single-quote service wrapper
This commit is contained in:
parent
1532c081f2
commit
632b96780f
@ -124,7 +124,7 @@ describe Caveats do
|
|||||||
caveats = described_class.new(f).caveats
|
caveats = described_class.new(f).caveats
|
||||||
|
|
||||||
expect(f.service?).to eq(true)
|
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")
|
expect(caveats).to include("background service")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user