[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
This commit is contained in:
parent
bcc4ac924d
commit
1120bacd8b
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user