mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
9 lines
167 B
Ruby
9 lines
167 B
Ruby
# typed: false
|
|
# frozen_string_literal: true
|
|
|
|
require "cmd/shared_examples/args_parse"
|
|
|
|
describe "brew bump-formula-pr" do
|
|
it_behaves_like "parseable arguments"
|
|
end
|