From fcfd456ad262564188a0af59f2e6decefc5c9332 Mon Sep 17 00:00:00 2001
From: bigbes <bigbes@gmail.com>
Date: Wed, 30 Jul 2014 04:05:57 -0700
Subject: [PATCH] Fix hombrew spec

---
 extra/tarantool.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra/tarantool.rb b/extra/tarantool.rb
index 26d2bb656f..fefb202a74 100644
--- a/extra/tarantool.rb
+++ b/extra/tarantool.rb
@@ -86,7 +86,7 @@ class Tarantool < Formula
     end
   end
 
-  def test
-    system bin/"tarantool", "--version"
+  test do
+      system bin/"tarantool", "--version"
   end
 end
-- 
GitLab