aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clay.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/clay.rb')
-rw-r--r--Library/Formula/clay.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/clay.rb b/Library/Formula/clay.rb
index eb273603d..92f233111 100644
--- a/Library/Formula/clay.rb
+++ b/Library/Formula/clay.rb
@@ -15,7 +15,7 @@ class Clay < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/clay", "-e", "println(\"Hello, Clay!\");"
end
end