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

9 lines
228 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
require "dev-cmd/dispatch-build-bottle"
RSpec.describe Homebrew::DevCmd::DispatchBuildBottle do
it_behaves_like "parseable arguments", argv: ["foo"]
end