Skip to content

Commit

Permalink
feat(cartesi): add formula test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Sep 6, 2024
1 parent 6e98593 commit 5a802df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cartesi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a802df

Please sign in to comment.