aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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