aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ta-lib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ta-lib.rb')
-rw-r--r--Library/Formula/ta-lib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ta-lib.rb b/Library/Formula/ta-lib.rb
index 96ded5ac7..3034c0521 100644
--- a/Library/Formula/ta-lib.rb
+++ b/Library/Formula/ta-lib.rb
@@ -15,7 +15,7 @@ class TaLib < Formula
bin.install 'src/tools/ta_regtest/.libs/ta_regtest'
end
- def test
+ test do
system "#{bin}/ta_regtest"
end
end