2020-10-10 14:16:11 +02:00
|
|
|
# typed: false
|
2019-03-31 19:06:29 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require "cmd/shared_examples/args_parse"
|
|
|
|
|
2021-02-01 16:14:25 -05:00
|
|
|
describe "brew bump-revision" do
|
2019-03-31 19:06:29 -04:00
|
|
|
it_behaves_like "parseable arguments"
|
|
|
|
end
|