brew/Library/Homebrew/test/cmd/postinstall_spec.rb

9 lines
188 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2024-04-01 09:53:38 -07:00
require "cmd/postinstall"
require "cmd/shared_examples/args_parse"
2024-04-01 09:53:38 -07:00
RSpec.describe Homebrew::Cmd::Postinstall do
it_behaves_like "parseable arguments"
end