[rubygems/rubygems] Use assertion message strictly

https://github.com/rubygems/rubygems/commit/98da5b9826
This commit is contained in:
Hiroshi SHIBATA 2023-09-01 14:22:06 +09:00 коммит произвёл git
Родитель 4c040fe850
Коммит 2efd59e2eb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1598,7 +1598,7 @@ end
require 'csv' require 'csv'
R R
expect(err).to be_empty expect(err).not_to include("Add csv to your Gemfile")
end end
it "don't warn with bundled gems when it's declared in Gemfile" do it "don't warn with bundled gems when it's declared in Gemfile" do