aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elixir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/elixir.rb')
-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