From 44044d2a9533ca34f87dd2b363c028214a046056 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 10 Oct 2014 14:38:35 +0100 Subject: rmate: add test and HEAD. --- Library/Formula/rmate.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library') diff --git a/Library/Formula/rmate.rb b/Library/Formula/rmate.rb index 9222f75e6..c3674c8d8 100644 --- a/Library/Formula/rmate.rb +++ b/Library/Formula/rmate.rb @@ -4,8 +4,13 @@ class Rmate < Formula homepage "https://github.com/textmate/rmate" url "https://github.com/textmate/rmate/archive/v1.5.7.tar.gz" sha1 "2f139c88c128b89626da56a00441602e7121be62" + head "https://github.com/textmate/rmate.git" def install bin.install "bin/rmate" end + + test do + system "#{bin}/rmate", "--version" + end end -- cgit v1.2.3