diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ice.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ice.rb b/Library/Formula/ice.rb index 45dfe87fb..6649dafe2 100644 --- a/Library/Formula/ice.rb +++ b/Library/Formula/ice.rb @@ -57,6 +57,10 @@ class Ice < Formula end end + test do + system "#{bin}/icebox", "--version" + end + def caveats <<-EOS.undent To enable IcePHP, you will need to change your php.ini |
