1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Remove unnecessary test filter

Since it covers the whole range we support.

c0b9d4e6c6
This commit is contained in:
David Rodríguez 2019-07-11 11:31:19 +02:00 committed by Hiroshi SHIBATA
parent a6ce001bab
commit f5cd02f362
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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")}"