mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
8 lines
159 B
Ruby
8 lines
159 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
|
||
|
require "cmd/shared_examples/args_parse"
|
||
|
|
||
|
describe "Homebrew.bump_revision_args" do
|
||
|
it_behaves_like "parseable arguments"
|
||
|
end
|