[rubygems/rubygems] Check that the binstub was actually reset

https://github.com/rubygems/rubygems/commit/d46fca6126
This commit is contained in:
David Rodríguez 2024-10-10 22:00:05 +02:00 коммит произвёл git
Родитель b4eb7e2281
Коммит 01abc2f79e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -655,6 +655,8 @@ class TestGemCommandsPristineCommand < Gem::TestCase
@ui.output.split("\n")
)
assert_empty(@ui.error)
refute_includes "ruby_executable_hooks", File.read(exe)
end
def test_execute_multi_platform