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

8 lines
165 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
RSpec.describe "brew bump-unversioned-casks" do
it_behaves_like "parseable arguments"
end