Skip to content

Commit

Permalink
remove test for desc search fails
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rrotter committed Jun 29, 2024
1 parent 1e86ced commit 622cbdc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Library/Homebrew/test/cmd/desc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 622cbdc

Please sign in to comment.