aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-02-02 18:55:36 -0600
committerJack Nagel2012-02-02 18:55:36 -0600
commit4ded515e4761c32efc0a0eba4735d0bd1fe7e46b (patch)
tree967b72937b71b6c32f78273efa49ca6f7b24d0c8 /Library/Formula
parentaedddbba593487e047dcd42d699b626ba2d18d36 (diff)
downloadhomebrew-4ded515e4761c32efc0a0eba4735d0bd1fe7e46b.tar.bz2
wv2: remove template test method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wv2.rb9
1 files changed, 0 insertions, 9 deletions
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