From 0b0a70fb4e7ee156e37f6fe3484ce2192a427482 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Dec 2013 19:38:21 +0000 Subject: [PATCH] googlecl: add (crap) test. --- Formula/googlecl.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/googlecl.rb b/Formula/googlecl.rb index fbeaeb44636..d133d2839e9 100644 --- a/Formula/googlecl.rb +++ b/Formula/googlecl.rb @@ -31,4 +31,8 @@ class Googlecl < Formula wrap "#{bin}/google", python.site_packages end + + test do + system "#{bin}/google", '--version' + end end