summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 23:11:38 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-21 07:58:46 +0900
commit1120bacd8b8656b45a56487ee62fd48095aca019 (patch)
treee0e5cc31257bb32864b9f8a1b074e61536480507 /spec
parentbcc4ac924d495d74d5ce56c7d4c735a1df320220 (diff)
[bundler/bundler] Remove the :ruby exclusion tag
Our current set of specs is the same for all supported rubies, and we should keep it that way. https://github.com/bundler/bundler/commit/c9dc0f6f2c
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb
index bac069888f..f10f6c464f 100644
--- a/spec/bundler/spec_helper.rb
+++ b/spec/bundler/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])