2020-07-06 22:19:17 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require "cmd/shared_examples/args_parse"
|
2024-03-21 08:13:35 -07:00
|
|
|
require "dev-cmd/dispatch-build-bottle"
|
2020-07-06 22:19:17 +02:00
|
|
|
|
2024-03-21 08:13:35 -07:00
|
|
|
RSpec.describe Homebrew::DevCmd::DispatchBuildBottle do
|
|
|
|
it_behaves_like "parseable arguments", argv: ["foo"]
|
2020-07-06 22:19:17 +02:00
|
|
|
end
|