brew/Library/Homebrew/test/dev-cmd/pr-publish_spec.rb
2020-03-22 13:35:15 +11:00

8 lines
156 B
Ruby

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