diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/easy-git.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb index c2fed7281..280685938 100644 --- a/Library/Formula/easy-git.rb +++ b/Library/Formula/easy-git.rb @@ -10,7 +10,7 @@ class EasyGit < Formula bin.install "eg" end - def test - system "#{bin}/eg help" + test do + system "#{bin}/eg", "help" end end |
