2020-10-13 11:46:57 +01:00
|
|
|
# typed: false
|
2020-07-06 22:19:17 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require "cmd/shared_examples/args_parse"
|
|
|
|
|
2021-02-01 16:14:25 -05:00
|
|
|
describe "brew dispatch-build-bottle" do
|
2020-07-06 22:19:17 +02:00
|
|
|
it_behaves_like "parseable arguments"
|
|
|
|
end
|