Merge pull request #17248 from Homebrew/remove_plist_startup

caveats_spec: remove outdated plist_startup reference.
This commit is contained in:
Mike McQuaid 2024-05-07 19:54:25 +01:00 committed by GitHub
commit d3746d55f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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