brew/Library/Homebrew/test/dev-cmd/dispatch-build-bottle_spec.rb

8 lines
158 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "brew dispatch-build-bottle" do
it_behaves_like "parseable arguments"
end