diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | Library/Homebrew/test/.bundle/config | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7b1678561..31dedcc93 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ !/CONTRIBUTING.md !/LICENSE.txt !/README.md + +# Unignore tests' bundle config +!/Library/Homebrew/test/.bundle diff --git a/Library/Homebrew/test/.bundle/config b/Library/Homebrew/test/.bundle/config new file mode 100644 index 000000000..dcf3d1c4c --- /dev/null +++ b/Library/Homebrew/test/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_PATH: "../vendor/bundle" +BUNDLE_DISABLE_SHARED_GEMS: '1' |
