brew/Library/Homebrew/test/dev-cmd/unbottled_spec.rb
Mike McQuaid 135b5a3679
dev-cmd/unbottled: add new command.
Add a new command to list formulae that aren't bottled for a given OS.
2020-11-26 08:22:06 +00:00

9 lines
170 B
Ruby

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