From 06b9f817446c8f7cc600054e9cc5414f2d33dba6 Mon Sep 17 00:00:00 2001 From: Ted Pennings Date: Sun, 23 Feb 2014 16:23:05 -0500 Subject: rancid: fix spacing Closes #26945. Signed-off-by: Adam Vandenberg --- Library/Formula/rancid.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3