From 622cbdc95af24e6bfadc2646f120335c95680cd9 Mon Sep 17 00:00:00 2001 From: Ryan Rotter Date: Thu, 27 Jun 2024 18:05:06 -0400 Subject: [PATCH] remove test for desc search fails This will get squashed before merge, I figure we'll need new tests. Only including this commit in initial draft PR to make CI happy. --- Library/Homebrew/test/cmd/desc_spec.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Library/Homebrew/test/cmd/desc_spec.rb b/Library/Homebrew/test/cmd/desc_spec.rb index 1ceb790260964f..e8720a520b9d93 100644 --- a/Library/Homebrew/test/cmd/desc_spec.rb +++ b/Library/Homebrew/test/cmd/desc_spec.rb @@ -15,14 +15,6 @@ .and be_a_success end - it "errors when searching without --eval-all", :integration_test do - setup_test_formula "testball" - - expect { brew "desc", "--search", "testball" } - .to output(/`brew desc --search` needs `--eval-all` passed or `HOMEBREW_EVAL_ALL` set!/).to_stderr - .and be_a_failure - end - it "successfully searches with --search --eval-all", :integration_test do setup_test_formula "testball"