mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
29ba327bd1
* test/csv/*: Added all applicable tests from FasterCSV. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
19 lines
439 B
Ruby
19 lines
439 B
Ruby
#!/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"
|