Sha256: 635143bf5458fa20eb45fa8fb65cdba56ca53357957ade08adfa7f0cd422ab79
Contents?: true
Size: 274 Bytes
Versions: 11
Compression:
Stored size: 274 Bytes
Contents
require 'test_helper' class Ruby2xlsxTest < ActiveSupport::TestCase test "truth" do assert_kind_of Module, Ruby2xlsx end test "excel mime type" do assert_equal :xlsx, Mime::XLSX.to_sym assert_equal "application/vnd.ms-excel", Mime::XLSX.to_s end end
Version data entries
11 entries across 11 versions & 2 rubygems