Skip to content

Commit d9e4c43

Browse files
author
emmanuel.john
committed
granted: add tests for assume binary
Verify that assume, assumego, and assume.fish are installed to prevent regression.
1 parent 9b28b1e commit d9e4c43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/g/granted.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ def install
3030

3131
output = shell_output("#{bin}/granted auth configure 2>&1", 1)
3232
assert_match "[✘] please provide a url argument", output
33+
34+
assert_predicate bin/"assume", :exist?
35+
assert_predicate bin/"assumego", :exist?
36+
assert_predicate bin/"assume.fish", :exist?
3337
end
3438
end

0 commit comments

Comments
 (0)