summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-12 21:08:26 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-13 15:41:11 +0100
commitac282dc9de5e20db85e9cdf23b97763a2a2cc292 (patch)
treea34a43fa68992bea5f7bfb9346253c9181eb259b
parentde5d960a923d362cc544ae7ebc770f11044b197e (diff)
downloadbundler-ac282dc9de5e20db85e9cdf23b97763a2a2cc292.tar.gz
Remove unused filter
-rw-r--r--spec/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index dbfeb30db7..fc085a4b10 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -84,11 +84,8 @@ RSpec.configure do |config|
config.filter_run_excluding :realworld => true
end
- git_version = Bundler::Source::Git::GitProxy.new(nil, nil, nil).version
-
config.filter_run_excluding :ruby => LessThanProc.with(RUBY_VERSION)
config.filter_run_excluding :rubygems => LessThanProc.with(Gem::VERSION)
- config.filter_run_excluding :git => LessThanProc.with(git_version)
config.filter_run_excluding :rubygems_master => (ENV["RGV"] != "master")
config.filter_run_excluding :bundler => LessThanProc.with(Bundler::VERSION.split(".")[0, 2].join("."))
config.filter_run_excluding :ruby_repo => !(ENV["BUNDLE_RUBY"] && ENV["BUNDLE_GEM"]).nil?