brew/Library/Homebrew/test/dev-cmd/pr-publish_spec.rb
2024-03-21 19:48:15 -07:00

9 lines
192 B
Ruby

# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
require "dev-cmd/pr-publish"
RSpec.describe Homebrew::DevCmd::PrPublish do
it_behaves_like "parseable arguments"
end