brew/Library/Homebrew/test/dev-cmd/pr-publish_spec.rb

8 lines
147 B
Ruby
Raw Normal View History

2020-03-22 13:12:48 +11:00
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
describe "brew pr-publish" do
2020-03-22 13:12:48 +11:00
it_behaves_like "parseable arguments"
end