From 4ded515e4761c32efc0a0eba4735d0bd1fe7e46b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 2 Feb 2012 18:55:36 -0600 Subject: wv2: remove template test method Signed-off-by: Jack Nagel --- Library/Formula/wv2.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wv2.rb b/Library/Formula/wv2.rb index a8974e4f8..66571cb28 100644 --- a/Library/Formula/wv2.rb +++ b/Library/Formula/wv2.rb @@ -15,13 +15,4 @@ class Wv2 < Formula "--prefix=#{prefix}" system "make install" end - - def test - # This test will fail and we won't accept that! It's enough to just - # replace "false" with the main program this formula installs, but - # it'd be nice if you were more thorough. Test the test with - # `brew test wv2`. Remove this comment before submitting - # your pull request! - system "false" - end end -- cgit v1.2.3