[rubygems/rubygems] Remove no longer used spec filter

I think we have consistent behavior regardless of the version of git
being used, and I'd like to keep it like that so I think we can remove
this filter.

https://github.com/rubygems/rubygems/commit/6a708128e9
This commit is contained in:
David Rodríguez 2025-01-10 14:02:51 +01:00 committed by Hiroshi SHIBATA
parent d74e9ef712
commit df534ef0fc
Notes: git 2025-01-14 03:25:03 +00:00

View File

@ -21,9 +21,6 @@ end
RSpec.configure do |config|
config.filter_run_excluding realworld: true
git_version = Bundler::Source::Git::GitProxy.new(nil, nil).version
config.filter_run_excluding git: RequirementChecker.against(git_version)
config.filter_run_excluding bundler: RequirementChecker.against(Bundler::VERSION.split(".")[0])
config.filter_run_excluding rubygems: RequirementChecker.against(Gem::VERSION)
config.filter_run_excluding ruby_repo: !ENV["GEM_COMMAND"].nil?