aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-07-19 10:29:40 +0200
committerBaptiste Fontaine2015-07-20 20:44:12 +0200
commit44a8ebdc7e3714f6f12dd1016ebf752d4a0b270c (patch)
treec77dd6c98d318280e1f20069551f3200dc32f8a9 /Library/Homebrew/test/Gemfile
parent9877b1e7b8e62e8285b459cabe70556c37abfe75 (diff)
downloadbrew-44a8ebdc7e3714f6f12dd1016ebf752d4a0b270c.tar.bz2
'brew tests' optional coverage measure added
Closes Homebrew/homebrew#41890. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
Diffstat (limited to 'Library/Homebrew/test/Gemfile')
-rw-r--r--Library/Homebrew/test/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile
index 7c224bd61..b156aab8b 100644
--- a/Library/Homebrew/test/Gemfile
+++ b/Library/Homebrew/test/Gemfile
@@ -3,3 +3,4 @@ source "https://rubygems.org"
gem "mocha", "~> 1.1"
gem "minitest", "~> 5.3"
gem "rake", "~> 10.3"
+gem "simplecov", "~> 0.10.0", :require => false