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

9 lines
229 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
require "dev-cmd/bump-unversioned-casks"
RSpec.describe Homebrew::DevCmd::BumpUnversionedCask do
it_behaves_like "parseable arguments", argv: ["foo"]
end