brew/Library/Homebrew/test/cmd/developer_spec.rb
2021-07-14 01:55:00 -04:00

9 lines
161 B
Ruby

# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "brew developer" do
it_behaves_like "parseable arguments"
end