From 4dc92026b8fdce74c8e4d60695586be4171fe6ba Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Thu, 21 Mar 2024 17:46:35 -0700 Subject: [PATCH] Use non-null description --- Library/Homebrew/test/abstract_command_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/test/abstract_command_spec.rb b/Library/Homebrew/test/abstract_command_spec.rb index 0b3b5e05a4..70bfd6656d 100644 --- a/Library/Homebrew/test/abstract_command_spec.rb +++ b/Library/Homebrew/test/abstract_command_spec.rb @@ -7,6 +7,7 @@ RSpec.describe Homebrew::AbstractCommand do before do cat = Class.new(described_class) do cmd_args do + description "test" switch "--foo" flag "--bar=" end