aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Gemfile
diff options
context:
space:
mode:
authorMarkus Reiter2017-02-28 14:33:39 +0100
committerMarkus Reiter2017-02-28 22:48:57 +0100
commit487294f8155cbbcc1af22757d632ca352c24d6b8 (patch)
tree3c6012460b8959314e5f17934df29ff0c965f0e8 /Library/Homebrew/test/Gemfile
parentfa34aa2a21473a4e4d360e9561f8ca89f2415ded (diff)
downloadbrew-487294f8155cbbcc1af22757d632ca352c24d6b8.tar.bz2
Remove Minitest.
Diffstat (limited to 'Library/Homebrew/test/Gemfile')
-rw-r--r--Library/Homebrew/test/Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile
index 25c8ce7ec..bc9bccfbc 100644
--- a/Library/Homebrew/test/Gemfile
+++ b/Library/Homebrew/test/Gemfile
@@ -1,8 +1,5 @@
source "https://rubygems.org"
-gem "mocha"
-gem "minitest"
-gem "minitest-reporters"
gem "parallel_tests"
gem "rspec"
gem "rspec-its", require: false