Sha256: 0f37a188e34690734f81a7f8e3d584cb90e1ac762c02b5785f018caff0142bb3
Contents?: true
Size: 277 Bytes
Versions: 924
Compression:
Stored size: 277 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../test_helper') require 'rbbt/util/excel2tsv' class TestTSV < Test::Unit::TestCase def test_tsv2excel tsv = TSV.excel2tsv(datafile_test('Test.xls'), :header => true) assert_equal 'Id', tsv.key_field end end
Version data entries
924 entries across 924 versions & 1 rubygems