pr-pull: add tests

This commit is contained in:
Jonathan Chang 2020-03-30 21:07:56 +11:00
parent 282bfbf70a
commit bab564f203

View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "Homebrew.pr_pull_args" do
it_behaves_like "parseable arguments"
end