From edb77a4df14b2529b508135ee14bf8037f5e9fb7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:34:46 -0500 Subject: easy-git: fix test --- Library/Formula/easy-git.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3