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

# ts_all.rb
#
# Created by James Edward Gray II on 2005-10-31.

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_encodings"