[rubygems/rubygems] Remove unused module inclusion

https://github.com/rubygems/rubygems/commit/0f58ef6a32
This commit is contained in:
David Rodríguez 2023-03-16 17:24:48 +01:00 коммит произвёл Hiroshi SHIBATA
Родитель c31a9cf829
Коммит 5a43b0ddd5
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -514,8 +514,6 @@ RSpec.describe "bundle install with gem sources" do
end
describe "Ruby version in Gemfile.lock" do
include Bundler::GemHelpers
context "and using an unsupported Ruby version" do
it "prints an error" do
install_gemfile <<-G, :raise_on_error => false