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/commands
David Rodríguez a782d76fbe [rubygems/rubygems] Fix pending Bundler specs
When testing under the ruby/ruby setup, mkmf.rb needs to the `$extout`
global variable set properly.

This is because, in this particular case, the `ruby.h` header needed to
compile extensions is constructed from
`$(extout)/include($arch)/ruby/config.h` but `$extout` is not set by
default.

I tried to fix this in mkmf.rb itself but I couldn't figure it. But
setting it externally to workaround the issue fixes the specs, so I'll
start with that. Also setting it externally causes issues when running
specs upstream against Ruby 2.3 (I guess because of some difference with
Ruby 2.3 mkmf.rb implementation). So I'm avoiding doing it on Ruby 2.3 to
woraround that.

https://github.com/rubygems/rubygems/commit/d782984585
2022-06-26 11:16:11 +09:00
..
add_spec.rb
binstubs_spec.rb
cache_spec.rb
check_spec.rb
clean_spec.rb [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
config_spec.rb [rubygems/rubygems] Fix crash when commenting out a mirror in configuration 2022-05-30 17:43:12 +09:00
console_spec.rb
doctor_spec.rb
exec_spec.rb
fund_spec.rb
help_spec.rb
info_spec.rb
init_spec.rb
inject_spec.rb
install_spec.rb [rubygems/rubygems] Fix crash when installing gems with symlinks 2022-05-30 17:42:39 +09:00
issue_spec.rb
licenses_spec.rb
list_spec.rb
lock_spec.rb [rubygems/rubygems] Extract a next_ruby_minor helper method for specs 2022-05-11 16:55:47 +09:00
newgem_spec.rb
open_spec.rb
outdated_spec.rb
post_bundle_message_spec.rb
pristine_spec.rb [rubygems/rubygems] Fix pending Bundler specs 2022-06-26 11:16:11 +09:00
remove_spec.rb [rubygems/rubygems] Fix bundle remove by invalidating cached Bundle.defintion. 2022-06-01 19:01:18 +09:00
show_spec.rb
update_spec.rb Merge 3f7d0352e8 2022-04-28 19:08:49 +09:00
version_spec.rb
viz_spec.rb