[bundler/bundler] Remove unnecessary test filter

Since it covers the whole range we support.

https://github.com/bundler/bundler/commit/c0b9d4e6c6
This commit is contained in:
David Rodríguez 2019-07-11 11:31:19 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель a6ce001bab
Коммит f5cd02f362
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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