Sha256: 3f7c376b691c96799a6d8739866965306c08aa25f8df850514201c52af213ff5

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

require 'helper'

#some integration style tests :)
class TestDocumenter < Test::Unit::TestCase
  should "get to diff files and join then to one" do
    data = [['a0','b0'],['a1','b1']]
    data.to_csv(:file => 'myout.csv', :header => ['a','b'])
    Converter.convert 'myout.csv', 'test1.pdf'
    
  end
  
    
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
documenter-0.0.3 test/test_documenter.rb