1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/install
David Rodríguez 974c40c842 [rubygems/rubygems] Fix some sudo specs to do the right thing on bundler 3
On bundler 3, where the default install path is `.bundle`, these specs
were trying to change permissions of the
`.bundle/ruby/<ruby_abi_version>` folder, which didn't exist yet,so the
permission changing command was failing and the spec was not testing the
right thing.

Change the specs so that the permissions are correctly changed, by first
configuring the local path to be `.bundle` (which creates the `.bundle`
folder), and then changing permissions of the `.bundle` folder
explicitly, which exists already.

https://github.com/rubygems/rubygems/commit/2833162fb0
2020-06-18 19:14:15 +09:00
..
gemfile [rubygems/rubygems] Fix spec to test the right thing on bundler 3 2020-06-18 19:14:15 +09:00
gems [rubygems/rubygems] Fix some sudo specs to do the right thing on bundler 3 2020-06-18 19:14:15 +09:00
allow_offline_install_spec.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
binstubs_spec.rb Merge Bundler 2.1.0.pre3 released version 2019-11-13 10:19:51 +09:00
bundler_spec.rb [rubygems/rubygems] s/rails_fail/rails_pinned_to_old_activesupport/ 2020-06-18 19:14:15 +09:00
deploy_spec.rb [rubygems/rubygems] Migrate some specs to use "the new way" 2020-06-18 19:14:15 +09:00
failure_spec.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
gemfile_spec.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
gemspecs_spec.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
git_spec.rb [rubygems/rubygems] Remove forgotten_command_line_usages from specs 2020-06-05 07:32:42 +09:00
global_cache_spec.rb Marked the failing examples with the current master branch on ruby repository 2020-05-22 20:32:30 +09:00
path_spec.rb [rubygems/rubygems] Remove forgotten_command_line_usages from specs 2020-06-05 07:32:42 +09:00
prereleases_spec.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
process_lock_spec.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
redownload_spec.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
security_policy_spec.rb [bundler/bundler] Normalize file:// handling in specs 2019-08-03 09:29:55 +09:00
yanked_spec.rb [bundler/bundler] Try make some specs platform independent 2019-08-03 09:29:59 +09:00