aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/test/testing_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb
index ec99ab89a..a970f5fe8 100644
--- a/Library/Homebrew/test/testing_env.rb
+++ b/Library/Homebrew/test/testing_env.rb
@@ -32,7 +32,7 @@ begin
require "minitest/autorun"
require "mocha/setup"
rescue LoadError
- abort "Run `rake deps` or install the mocha and minitest gems before running the tests"
+ abort "Run `bundle install` or install the mocha and minitest gems before running the tests"
end
module Homebrew