ruby/spec/bundler/runtime
David Rodríguez 63c4223775 [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).

4bf89c0705
2025-07-25 11:10:36 +09:00
..
env_helpers_spec.rb [rubygems/rubygems] Remove "double CI" for testing Bundler 4 mode 2025-06-30 12:56:50 +09:00
executable_spec.rb [rubygems/rubygems] Remove "double CI" for testing Bundler 4 mode 2025-06-30 12:56:50 +09:00
gem_tasks_spec.rb [rubygems/rubygems] Don't create an empty bundled_app when setting up deps 2025-07-25 11:10:36 +09:00
inline_spec.rb [rubygems/rubygems] Remove possibly incorrect spec 2025-07-02 10:34:18 +09:00
load_spec.rb Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00
platform_spec.rb [rubygems/rubygems] Remove unnecessary duplicate x64-mingw-ucrt entry 2025-06-03 07:47:14 +09:00
require_spec.rb [rubygems/rubygems] Fix bug report template incorrectly showing up 2025-01-28 15:31:57 +09:00
requiring_spec.rb [rubygems/rubygems] Cleanup now unnecessary RUBYOPT handling 2025-06-24 12:10:50 +09:00
self_management_spec.rb [rubygems/rubygems] Don't create an empty bundled_app when setting up deps 2025-07-25 11:10:36 +09:00
setup_spec.rb [rubygems/rubygems] Stop allowing calling #gem on random objects 2025-07-07 11:53:12 +09:00