summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 23:11:38 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-18 00:18:02 +0200
commitc9dc0f6f2c3fa10905223c9391373f41da02d553 (patch)
tree9c4a44939a29d746cf6947990dccd83a9a5262de
parent8c7942d2c6737f29cbd539a9d49f26420070d212 (diff)
downloadbundler-c9dc0f6f2c3fa10905223c9391373f41da02d553.tar.gz
Remove the :ruby exclusion tagremove_old_rubies_things
Our current set of specs is the same for all supported rubies, and we should keep it that way.
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 14df93a3da..4d4177bea3 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -66,7 +66,6 @@ RSpec.configure do |config|
git_version = Bundler::Source::Git::GitProxy.new(nil, nil, nil).version
- config.filter_run_excluding :ruby => RequirementChecker.against(RUBY_VERSION)
config.filter_run_excluding :rubygems => RequirementChecker.against(Gem::VERSION)
config.filter_run_excluding :git => RequirementChecker.against(git_version)
config.filter_run_excluding :bundler => RequirementChecker.against(Bundler::VERSION.split(".")[0])