brew/Library/Homebrew/test/cmd/autoremove_spec.rb

9 lines
171 B
Ruby
Raw Normal View History

2020-11-04 18:53:03 -05:00
# typed: false
2020-09-10 19:45:02 +02:00
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "Homebrew.autoremove_args" do
it_behaves_like "parseable arguments"
end