From 2b5795e4445572c5a910017a812007420c1c2759 Mon Sep 17 00:00:00 2001 From: Robert Haines Date: Tue, 15 Jul 2014 18:04:35 +0100 Subject: [PATCH] Remove unused variable 'comment' in file_test.rb. --- test/file_test.rb | 2 -- 1 file changed, 2 deletions(-) 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