Skip to content

Commit

Permalink
Remove unused variable 'comment' in file_test.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jul 15, 2014
1 parent d9af112 commit 2b5795e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/file_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b5795e

Please sign in to comment.