[rubygems/rubygems] bin/rubocop -a

https://github.com/rubygems/rubygems/commit/f79a6a004d
This commit is contained in:
Hiroshi SHIBATA 2024-02-16 11:16:51 +09:00 committed by git
parent 0ae4d9c109
commit 7b568b1f78

View File

@ -1532,7 +1532,7 @@ end
RUBY
expect(last_command.stdboth).not_to include "FAIL"
expect(err).to match /private method [`']require'/
expect(err).to match(/private method [`']require'/)
end
it "memoizes initial set of specs when requiring bundler/setup, so that even if further code mutates dependencies, Bundler.definition.specs is not affected" do