Skip to content

Commit

Permalink
Merge pull request #17248 from Homebrew/remove_plist_startup
Browse files Browse the repository at this point in the history
caveats_spec: remove outdated plist_startup reference.
  • Loading branch information
MikeMcQuaid authored May 7, 2024
2 parents 0d1bebc + 46c6571 commit d3746d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/test/caveats_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def caveats
expect(described_class.new(f).caveats).to include("startup")
end

it "prints service login information when f.plist_startup is nil" do
it "prints service login information" do
f = formula do
url "foo-1.0"
service do
Expand Down

0 comments on commit d3746d5

Please sign in to comment.