summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-07-23 17:41:58 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-07-25 11:10:36 +0900
commit63c422377543a8d8ec8efc4aacb6c0f1a8533ff7 (patch)
tree0dd2f086eb11a5678f3d26fbc1496fb165b3d44f /test/ruby
parentbc5b594946bf116cc77f63a4a0bdc1ae2bd708c4 (diff)
[rubygems/rubygems] Don't create an empty bundled_app when setting up deps
Running everything in `bundled_app` by default causes the `bundled_app` helper to be used everytime, and that will create a scoped bundled_app folder if it does not exist. That causes `bin/rake spec:deps` to create an empty `tmp/2.1/bundled_app` folder which is a bit weird. This commit changes specs to not switch to a (possibly empty) bundled_app directory when not necessary (for example, when running `gem` commands in order to setup test dependencies). https://github.com/rubygems/rubygems/commit/4bf89c0705
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions