mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
![]() 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).
|
||
---|---|---|
.. | ||
env_helpers_spec.rb | ||
executable_spec.rb | ||
gem_tasks_spec.rb | ||
inline_spec.rb | ||
load_spec.rb | ||
platform_spec.rb | ||
require_spec.rb | ||
requiring_spec.rb | ||
self_management_spec.rb | ||
setup_spec.rb |