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:
parent
f332bf4a76
commit
668d7a0c49
3
.gitignore
vendored
3
.gitignore
vendored
@ -56,3 +56,6 @@
|
|||||||
!/CONTRIBUTING.md
|
!/CONTRIBUTING.md
|
||||||
!/LICENSE.txt
|
!/LICENSE.txt
|
||||||
!/README.md
|
!/README.md
|
||||||
|
|
||||||
|
# Unignore tests' bundle config
|
||||||
|
!/Library/Homebrew/test/.bundle
|
||||||
|
3
Library/Homebrew/test/.bundle/config
Normal file
3
Library/Homebrew/test/.bundle/config
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
BUNDLE_PATH: "../vendor/bundle"
|
||||||
|
BUNDLE_DISABLE_SHARED_GEMS: '1'
|
Loading…
x
Reference in New Issue
Block a user