From 481993c420076daaea374458d0fdcd2f99fb999f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:34:48 -0500 Subject: elixir: fix test --- Library/Formula/elixir.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index cee51cdc8..a2c3ecb0d 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -38,7 +38,7 @@ class Elixir < Formula end end - def test - system "#{bin}/elixir -v" + test do + system "#{bin}/elixir", "-v" end end -- cgit v1.2.3