summaryrefslogtreecommitdiff
path: root/spec/ruby
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-02-12 16:55:40 +0900
committernagachika <nagachika@ruby-lang.org>2022-02-12 17:12:32 +0900
commitea04e3fff7401cbf0a45f39351c7eb9c9dd6030e (patch)
treef7cf96dfd8fda663fd2bcc8068b38ac0c313b610 /spec/ruby
parent034872d6a66916fb2859f41d380ce503c84a65e8 (diff)
Fix bundler test failures.
These failures are caused by the incompatibility in keyword argument treatment in rspec-mocks. I fix the expectations in the bundler/rubygems_integration_spec.rb. These tests are not touched in the master branch. It seems that the following patch also fix the failures. But I believe the expectations in these tests are wrong. We should pass a Hash literal explicitly. --- a/common.mk +++ b/common.mk @@ -1365,7 +1365,7 @@ yes-test-bundler-precheck: main no-test-bundler-prepare: no-test-bundler-precheck yes-test-bundler-prepare: yes-test-bundler-precheck $(XRUBY) -C "$(srcdir)" bin/gem install --no-document \ - --install-dir .bundle --conservative "rspec:~> 3.8" "rake:~> 13.0" "parallel_tests:~> 2.29" + --install-dir .bundle --conservative "rspec-core:= 3.10.1" "rspec-expectations:= 3.10.1" "rspec-mocks:= 3.10.2" "rake:~> 13.0" "parallel_tests:~> 2.29" RSPECOPTS = BUNDLER_SPECS =
Diffstat (limited to 'spec/ruby')
0 files changed, 0 insertions, 0 deletions