Merge pull request #11003 from nandahkrishna/gpg-tap-new
dev-cmd/tap-new: use `Utils::Git.setup_gpg!`
This commit is contained in:
		
						commit
						8e11f03fa9
					
				@ -149,6 +149,9 @@ module Homebrew
 | 
			
		||||
 | 
			
		||||
    unless args.no_git?
 | 
			
		||||
      cd tap.path do
 | 
			
		||||
        Utils::Git.set_name_email!
 | 
			
		||||
        Utils::Git.setup_gpg!
 | 
			
		||||
 | 
			
		||||
        # Would be nice to use --initial-branch here but it's not available in
 | 
			
		||||
        # older versions of Git that we support.
 | 
			
		||||
        safe_system "git", "-c", "init.defaultBranch=#{branch}", "init"
 | 
			
		||||
 | 
			
		||||
@ -7,6 +7,9 @@ describe "brew tap-new" do
 | 
			
		||||
  it_behaves_like "parseable arguments"
 | 
			
		||||
 | 
			
		||||
  it "initializes a new tap with a README file and GitHub Actions CI", :integration_test do
 | 
			
		||||
    # To ensure that Utils::Git.setup_gpg! doesn't raise an error
 | 
			
		||||
    setup_test_formula "gnupg"
 | 
			
		||||
 | 
			
		||||
    expect { brew "tap-new", "homebrew/foo", "--verbose" }
 | 
			
		||||
      .to be_a_success
 | 
			
		||||
      .and output(%r{homebrew/foo}).to_stdout
 | 
			
		||||
 | 
			
		||||
@ -162,7 +162,7 @@ RSpec.shared_context "integration test" do # rubocop:disable RSpec/ContextWordin
 | 
			
		||||
 | 
			
		||||
        # something here
 | 
			
		||||
      RUBY
 | 
			
		||||
    when "foo", "patchelf"
 | 
			
		||||
    when "foo", "gnupg", "patchelf"
 | 
			
		||||
      content = <<~RUBY
 | 
			
		||||
        url "https://brew.sh/#{name}-1.0"
 | 
			
		||||
      RUBY
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user