Sha256: 8bb33b63ad0c7a7c6492a7e0f2757111299d386c9796b818a7ca582903aa675b
Contents?: true
Size: 277 Bytes
Versions: 8
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(test_datafile('Test.xls'), :header => true) assert_equal 'Id', tsv.key_field end end
Version data entries
8 entries across 8 versions & 1 rubygems