mirror of
https://github.com/gosticks/brew.git
synced 2026-09-02 06:50:21 +00:00
Do the usual deprecate/disable dance for the Homebrew 2.6.0 release. Not to be merged until the next release will definitely be 2.6.0.
9 lines
167 B
Ruby
9 lines
167 B
Ruby
# typed: false
|
|
# frozen_string_literal: true
|
|
|
|
require "cmd/shared_examples/args_parse"
|
|
|
|
describe "Homebrew.switch_args" do
|
|
it_behaves_like "parseable arguments"
|
|
end
|