Skip to content
Snippets Groups Projects
Commit 5256d406 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

testing_env: point to `bundle install` now.

parent ce2596a2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment