Port Homebrew::DevCmd::Bump

This commit is contained in:
Douglas Eichelberger 2024-03-18 16:59:34 -07:00
parent c70dc040c6
commit df42e9cfb3
2 changed files with 500 additions and 500 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,9 @@
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
require "dev-cmd/bump"
RSpec.describe "brew bump" do
RSpec.describe Homebrew::DevCmd::Bump do
it_behaves_like "parseable arguments"
describe "formula", :integration_test, :needs_homebrew_curl, :needs_network do