brew/Library/Homebrew/test/dev-cmd/bump-revision_spec.rb

9 lines
165 B
Ruby

# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "brew bump-revision" do
it_behaves_like "parseable arguments"
end