diff options
Diffstat (limited to 'Library/Formula/gist.rb')
| -rw-r--r-- | Library/Formula/gist.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index ce49788de..81d2a2421 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -7,6 +7,10 @@ class Gist < Formula head 'https://github.com/defunkt/gist.git' def install - system "rake", "install", "prefix=#{prefix}" + rake "install", "prefix=#{prefix}" + end + + test do + system "#{bin}/gist", '--version' end end |
