Skip to content

Commit

Permalink
gammaray: use assert_predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Oct 9, 2017
1 parent 5540ee3 commit 50e7353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gammaray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def install
end

test do
(prefix/"GammaRay.app/Contents/MacOS/gammaray").executable?
assert_predicate prefix/"GammaRay.app/Contents/MacOS/gammaray", :executable?
end
end

0 comments on commit 50e7353

Please sign in to comment.