aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:34:48 -0500
committerJack Nagel2013-03-26 00:02:36 -0500
commit481993c420076daaea374458d0fdcd2f99fb999f (patch)
tree72698689297f11b3ace1c4cde0f994c58a2d0d70 /Library/Formula
parenta483d9100d0c95372f775fae995a5a8611d54c53 (diff)
downloadhomebrew-481993c420076daaea374458d0fdcd2f99fb999f.tar.bz2
elixir: fix test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elixir.rb4
1 files changed, 2 insertions, 2 deletions
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