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

9 lines
213 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
2024-03-21 19:48:13 -07:00
it_behaves_like "parseable arguments"
end