diff options
Diffstat (limited to 'test')
| -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 |
