[rubygems/rubygems] Remove redundant specs

They are already tested above.

https://github.com/rubygems/rubygems/commit/23073dcece
This commit is contained in:
David Rodríguez 2023-05-26 21:34:30 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 8819dc4323
Коммит 603772440c
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -212,11 +212,7 @@ RSpec.describe "install in deployment or frozen mode" do
expect(out).to include("vendor/bundle2")
end
it "works with the --deployment flag if you didn't change anything", :bundler => "< 3" do
bundle "install --deployment"
end
it "works with the --frozen flag if you didn't change anything", :bundler => "< 3" do
it "works with the --frozen flag" do
bundle "install --frozen"
end