brew/Library/Homebrew/test/dev-cmd/bump-unversioned-casks_spec.rb

9 lines
183 B
Ruby
Raw Normal View History

# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "Homebrew.bump_unversioned_casks_args" do
it_behaves_like "parseable arguments"
end