From dc37c200410c13f81247a23cdc75dfc21f3128d7 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Fri, 6 Sep 2024 01:23:07 -0400 Subject: [PATCH] feat(cartesi): add formula test --- Formula/cartesi.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cartesi.rb b/Formula/cartesi.rb index 6f3eb79..767a079 100644 --- a/Formula/cartesi.rb +++ b/Formula/cartesi.rb @@ -23,6 +23,6 @@ def install end test do - raise "Test not implemented." + assert_match version.to_s, shell_output("#{bin}/cartesi --version") end end