summaryrefslogtreecommitdiff
path: root/test/csv/ts_all.rb
blob: c9305237578a5c1cf2533e5eefff6c120a0dbd71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/local/bin/ruby -w

# ts_all.rb
#
#  Created by James Edward Gray II on 2005-10-31.
#  Copyright 2005 James Edward Gray II. You can redistribute or modify this code
#  under the terms of Ruby's license.

require "test/unit"

require "tc_csv_parsing"
require "tc_features"
require "tc_interface"
require "tc_csv_writing"
require "tc_data_converters"
require "tc_row"
require "tc_table"
require "tc_headers"
require "tc_serialization"