Class UnzipTest
In: test/unit/unzip_test.rb
Parent: Test::Unit::TestCase

Methods

Public Instance methods

running tests on Windows requires UnxUtils, please see the README_FOR_APP. This test causes a runtime error if unzip is not installed

[Source]

    # File test/unit/unzip_test.rb, line 21
21:   def test01_unzip
22:     cmd = IO.popen('unzip -version', "w+")
23:     cmd.close_write
24:   end

[Validate]