Skip to content

Commit

Permalink
Remove unused constant from #439
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Mar 14, 2020
1 parent fabacf1 commit 4c789c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/output_stream_test.rb
Expand Up @@ -6,8 +6,6 @@ class ZipOutputStreamTest < MiniTest::Test
TEST_ZIP = TestZipFile::TEST_ZIP2.clone
TEST_ZIP.zip_name = 'test/data/generated/output.zip'

ASCII8BIT = 'ASCII-8BIT'

def test_new
zos = ::Zip::OutputStream.new(TEST_ZIP.zip_name)
zos.comment = TEST_ZIP.comment
Expand Down

0 comments on commit 4c789c2

Please sign in to comment.