packages/ruby/ruby-rubyzip/ruby-rubyzip_fix_tests.patch
2024-09-05 09:40:26 +02:00

10 lines
267 B
Diff

diff --git a/test/input_stream_test.rb b/test/input_stream_test.rb
index 773ee6b..1b69745 100644
--- a/test/input_stream_test.rb
+++ b/test/input_stream_test.rb
@@ -1,3 +1,4 @@
+require 'forwardable'
require 'test_helper'
class ZipInputStreamTest < MiniTest::Test