1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/csv/ts_all.rb
jeg2 b7be78d774 * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's
testing process.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-10-18 15:30:24 +00:00

21 lines
498 B
Ruby

#!/usr/bin/env ruby -w
# encoding: UTF-8
# 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 "test_csv_parsing"
require "test_features"
require "test_interface"
require "test_csv_writing"
require "test_data_converters"
require "test_row"
require "test_table"
require "test_headers"
require "test_serialization"
require "test_encodings"