diff options
author | David RodrÃguez <[email protected]> | 2024-10-10 22:00:05 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-10-11 09:40:44 +0000 |
commit | 01abc2f79e770df5e6cc75a4610f4831ff0b5bf3 (patch) | |
tree | db56f2011a7962901a395087e027f352209f5bc4 | |
parent | b4eb7e2281d2abf3c33a4e9bc8a096be287970c1 (diff) |
[rubygems/rubygems] Check that the binstub was actually reset
https://github.com/rubygems/rubygems/commit/d46fca6126
-rw-r--r-- | test/rubygems/test_gem_commands_pristine_command.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rubygems/test_gem_commands_pristine_command.rb b/test/rubygems/test_gem_commands_pristine_command.rb index 2a715921b3..46c06db014 100644 --- a/test/rubygems/test_gem_commands_pristine_command.rb +++ b/test/rubygems/test_gem_commands_pristine_command.rb @@ -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 |