aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rancid.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rancid.rb b/Library/Formula/rancid.rb
index 6a9b0bf21..c7c0d0d33 100644
--- a/Library/Formula/rancid.rb
+++ b/Library/Formula/rancid.rb
@@ -11,7 +11,7 @@ class Rancid < Formula
system "make install"
end
- def test
- system "#{bin}/rancid", "localhost"
- end
+ test do
+ system "#{bin}/rancid", "localhost"
+ end
end