brew/Library/Homebrew/test/dev-cmd/bump-revision_spec.rb
Thierry Moisan c5640acae5
Add bump-revision bump command
bump-revision will increase by one the revision or add "revision 1" if
it doesn't exist.
2019-04-24 22:17:59 -04:00

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