aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTed Pennings2014-02-23 16:23:05 -0500
committerAdam Vandenberg2014-02-23 14:00:23 -0800
commit06b9f817446c8f7cc600054e9cc5414f2d33dba6 (patch)
treecf0181856fc140f18e04e23b8c257ff9715d974b /Library/Formula
parentd55ac4f1cae520fe30360ec943d636d97f7304a4 (diff)
downloadhomebrew-06b9f817446c8f7cc600054e9cc5414f2d33dba6.tar.bz2
rancid: fix spacing
Closes #26945. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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