Test httpie

This commit is contained in:
Batuhan Taskaya 2021-12-21 20:33:09 +03:00
parent 2d15659b16
commit c97ec93a19

View File

@ -73,6 +73,9 @@ class Httpie < Formula
end
test do
# shell_output() already checks the status code
shell_output("#{bin}/httpie -v")
raw_url = "https://raw.githubusercontent.com/Homebrew/homebrew-core/HEAD/Formula/httpie.rb"
assert_match "PYTHONPATH", shell_output("#{bin}/http --ignore-stdin #{raw_url}")
end