diff --git a/test/file_test.rb b/test/file_test.rb index 38da925e..67115764 100644 --- a/test/file_test.rb +++ b/test/file_test.rb @@ -90,8 +90,6 @@ def test_get_output_stream end def test_cleans_up_tempfiles_after_close - comment = "a short comment" - zf = ::Zip::File.new(EMPTY_FILENAME, ::Zip::File::CREATE) zf.get_output_stream("myFile") do |os| @tempfile_path = os.path