testing_env: point to bundle install now.

This commit is contained in:
Mike McQuaid 2015-07-22 15:37:34 +01:00
parent ce2596a22d
commit 5256d406de

View File

@ -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