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

9 lines
230 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
require "dev-cmd/bump-unversioned-casks"
2024-03-21 14:02:42 -07:00
RSpec.describe Homebrew::DevCmd::BumpUnversionedCasks do
it_behaves_like "parseable arguments", argv: ["foo"]
end