Remove unused variable 'comment' in file_test.rb.

This commit is contained in:
Robert Haines 2014-07-15 18:04:35 +01:00 committed by Alexander Simonov
parent 9e642acdc9
commit 4b943fb263
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ class ZipFileTest < MiniTest::Test
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