aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-10-10 14:38:35 +0100
committerMike McQuaid2014-10-10 14:38:35 +0100
commit44044d2a9533ca34f87dd2b363c028214a046056 (patch)
tree148375fbdb2e449855e7290683a91463fb64d651 /Library/Formula
parentc3d5366ad4c9419f39022bc288dea8c5ea7e7de1 (diff)
downloadhomebrew-44044d2a9533ca34f87dd2b363c028214a046056.tar.bz2
rmate: add test and HEAD.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rmate.rb5
1 files changed, 5 insertions, 0 deletions
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