2020-03-22 13:12:48 +11:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require "cmd/shared_examples/args_parse"
|
2024-03-21 17:29:01 -07:00
|
|
|
require "dev-cmd/pr-publish"
|
2020-03-22 13:12:48 +11:00
|
|
|
|
2024-03-21 17:29:01 -07:00
|
|
|
RSpec.describe Homebrew::DevCmd::PrPublish do
|
2024-03-21 19:48:13 -07:00
|
|
|
it_behaves_like "parseable arguments"
|
2020-03-22 13:12:48 +11:00
|
|
|
end
|