brew/Library/Homebrew/test/abstract_command_spec.rbi
Michael Cho 57b7f3940d
test/abstract_command_spec: rename cat to fix completions test
Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-03-21 19:58:22 -04:00

5 lines
107 B
Ruby

# typed: strict
class TestCat < Homebrew::AbstractCommand; end
class Tac < Homebrew::AbstractCommand; end