From f5cd02f362142dcb3211e2e820b414c0eb2b4e2c Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Thu, 11 Jul 2019 11:31:19 +0200 Subject: [bundler/bundler] Remove unnecessary test filter Since it covers the whole range we support. https://github.com/bundler/bundler/commit/c0b9d4e6c6 --- spec/bundler/commands/info_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/bundler/commands/info_spec.rb b/spec/bundler/commands/info_spec.rb index 375ac01986..aa6b237d50 100644 --- a/spec/bundler/commands/info_spec.rb +++ b/spec/bundler/commands/info_spec.rb @@ -104,7 +104,7 @@ RSpec.describe "bundle info" do expect(out).to include("foo (1.0 #{sha[0..6]})") end - it "handles when a version is a '-' prerelease", :rubygems => "2.1" do + it "handles when a version is a '-' prerelease" do @git = build_git("foo", "1.0.0-beta.1", :path => lib_path("foo")) install_gemfile <<-G gem "foo", "1.0.0-beta.1", :git => "#{lib_path("foo")}" -- cgit v1.2.3