aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/Rakefile')
-rw-r--r--Library/Homebrew/test/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/Rakefile b/Library/Homebrew/test/Rakefile
index 6720cf2f5..ea61abef8 100644
--- a/Library/Homebrew/test/Rakefile
+++ b/Library/Homebrew/test/Rakefile
@@ -3,7 +3,7 @@ require 'rake/testtask'
TEST_DIRECTORY = File.dirname(File.expand_path(__FILE__))
TEST_FILES = Dir["#{TEST_DIRECTORY}/test_*.rb"]
-GEM_DEPS = ['mocha']
+GEM_DEPS = %w[mocha minitest]
task :default => :test