Skip to content

Commit

Permalink
zsh-lovers: Add test block. (#5678)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpearson authored and MikeMcQuaid committed Oct 8, 2016
1 parent 21fd096 commit c36231e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/zsh-lovers.rb
Expand Up @@ -10,4 +10,8 @@ class ZshLovers < Formula
def install
man1.install "zsh-lovers.1"
end

test do
system "man", "zsh-lovers"
end
end

0 comments on commit c36231e

Please sign in to comment.