brew/Library/Homebrew/test/dev-cmd/release_spec.rb

8 lines
150 B
Ruby
Raw Normal View History

2021-01-23 02:06:12 -05:00
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"
RSpec.describe "brew release" do
2021-01-23 02:06:12 -05:00
it_behaves_like "parseable arguments"
end