blob: 4df339ced3f433f5d697b5cb269233b06a5de555 [file] [log] [blame]
require 'test_helper'
class EpfcLibraryTest < ActiveSupport::TestCase
# running tests on Windows requires UnxUtils, please see the README_FOR_APP.
# This test causes a runtime error if unzip is not installed
test "Unzip" do
cmd = IO.popen('unzip -version', "w+")
cmd.close_write
end
end