caveats_spec: remove outdated plist_startup reference.

This was removed a long time ago.
This commit is contained in:
Mike McQuaid 2024-05-07 19:31:28 +01:00
parent 802487d6f0
commit 46c6571bd6
No known key found for this signature in database

View File

@ -74,7 +74,7 @@ RSpec.describe Caveats do
expect(described_class.new(f).caveats).to include("startup") expect(described_class.new(f).caveats).to include("startup")
end end
it "prints service login information when f.plist_startup is nil" do it "prints service login information" do
f = formula do f = formula do
url "foo-1.0" url "foo-1.0"
service do service do