brew/Library/Homebrew/test/dev-cmd/unbottled_spec.rb

9 lines
170 B
Ruby
Raw Normal View History

# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "Homebrew.unbottled_args" do
it_behaves_like "parseable arguments"
end