summaryrefslogtreecommitdiff
path: root/spec/bundler/support/filters.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/support/filters.rb')
-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 c3b7a425ae..523f7c742c 100644
--- a/spec/bundler/support/filters.rb
+++ b/spec/bundler/support/filters.rb
@@ -1,7 +1,5 @@
# frozen_string_literal: true
-require_relative "sudo"
-
class RequirementChecker < Proc
def self.against(present)
provided = Gem::Version.new(present)
@@ -21,7 +19,6 @@ class RequirementChecker < Proc
end
RSpec.configure do |config|
- config.filter_run_excluding :sudo => true
config.filter_run_excluding :realworld => true
git_version = Bundler::Source::Git::GitProxy.new(nil, nil, nil).version