aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-07-22 15:37:34 +0100
committerMike McQuaid2015-07-28 10:57:55 +0100
commit5256d406deb46ed86775e24f28fbf59028c2d35e (patch)
tree1ea4dfa345c0d6533fcee349006f849c203149cd
parentce2596a22d54713d5ca6555045834426616aa5e1 (diff)
downloadbrew-5256d406deb46ed86775e24f28fbf59028c2d35e.tar.bz2
testing_env: point to `bundle install` now.
-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