Reapply "chore: use Homebrew path helper in formula test"

This reverts commit b489ad0c13.
This commit is contained in:
Vincent Koc 2026-05-04 23:33:39 -07:00
parent 5a72ff6c3e
commit 950f838573
No known key found for this signature in database

View File

@ -55,4 +55,4 @@ brews:
install: |
bin.install "crabbox"
test: |
system "#{bin}/crabbox", "--version"
system bin/"crabbox", "--version"