aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spdylay.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/spdylay.rb')
-rw-r--r--Library/Formula/spdylay.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/spdylay.rb b/Library/Formula/spdylay.rb
index 51827b444..56c839a29 100644
--- a/Library/Formula/spdylay.rb
+++ b/Library/Formula/spdylay.rb
@@ -26,7 +26,7 @@ class Spdylay < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/spdycat", "-ns", "https://www.google.com"
end
end