Skip to content

Commit

Permalink
feat: add test binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
chaaerim committed Jun 9, 2024
0 parents commit 28364e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/todo.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class Todo < Formula
desc "A simple CLI-based todo application"
homepage "https://github.com/hamsurang/secret"
url "https://github.com/hamsurang/secret"
version "X.Y.Z"
sha256 "SHA256_CHECKSUM"

def install
bin.install "todo"
end

test do
assert_match "Todo CLI vX.Y.Z", shell_output("#{bin}/todo --version")
end
end
Binary file added test
Binary file not shown.

0 comments on commit 28364e6

Please sign in to comment.