test: add a bundle config

This smooths over the transition for users who have an existing
bundle config in this location due to having gems installed at the old
path.

Closes #2203.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Misty De Meo 2017-02-28 18:54:49 +11:00
parent f332bf4a76
commit 668d7a0c49
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -56,3 +56,6 @@
!/CONTRIBUTING.md !/CONTRIBUTING.md
!/LICENSE.txt !/LICENSE.txt
!/README.md !/README.md
# Unignore tests' bundle config
!/Library/Homebrew/test/.bundle

View File

@ -0,0 +1,3 @@
---
BUNDLE_PATH: "../vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: '1'