diff options
| author | Mike McQuaid | 2015-07-22 15:37:34 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-07-28 10:57:55 +0100 |
| commit | 5256d406deb46ed86775e24f28fbf59028c2d35e (patch) | |
| tree | 1ea4dfa345c0d6533fcee349006f849c203149cd | |
| parent | ce2596a22d54713d5ca6555045834426616aa5e1 (diff) | |
| download | brew-5256d406deb46ed86775e24f28fbf59028c2d35e.tar.bz2 | |
testing_env: point to `bundle install` now.
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 2 |
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 |
