aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/calabash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/calabash.rb')
-rw-r--r--Library/Formula/calabash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/calabash.rb b/Library/Formula/calabash.rb
index 4a46db915..8a40db83c 100644
--- a/Library/Formula/calabash.rb
+++ b/Library/Formula/calabash.rb
@@ -14,7 +14,7 @@ class Calabash < Formula
bin.write_jar_script libexec/'calabash.jar', 'calabash', '-Xmx1024m'
end
- def test
+ test do
# This small XML pipeline (*.xpl) that comes with Calabash
# is basically its equivalent "Hello World" program.
system "#{bin}/calabash", "#{libexec}/xpl/pipe.xpl"