summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-01-10 14:02:51 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-01-14 12:24:37 +0900
commitdf534ef0fcdbe804ec08aaeef2b63be3e1bbd709 (patch)
treec83112f7a8782070d318edc441eaf5f015c8ead6 /spec
parentd74e9ef71215b4e58d735b9377bcb02a1634c73a (diff)
[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
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12568
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/support/filters.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/bundler/support/filters.rb b/spec/bundler/support/filters.rb
index e1683ae75b..f52cb02588 100644
--- a/spec/bundler/support/filters.rb
+++ b/spec/bundler/support/filters.rb
@@ -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?