Sha256: 2c4334dcf02962ed5adc6c0dae5bfbd08005bb999deb509abeea278080517361
Contents?: true
Size: 416 Bytes
Versions: 8
Compression:
Stored size: 416 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true base_dir = File.expand_path(File.join(File.dirname(__FILE__), "..")) lib_dir = File.join(base_dir, "lib") test_dir = File.join(base_dir, "test") $LOAD_PATH.unshift(lib_dir) require 'test/unit' require 'xlsxwriter' puts "XlsxWriter version #{XlsxWriter::VERSION} with libxlsxwriter #{XlsxWriter::LIBRARY_VERSION}" exit Test::Unit::AutoRunner.run(true, test_dir)
Version data entries
8 entries across 8 versions & 1 rubygems