mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
5c1941a9be
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
19 lines
380 B
Ruby
19 lines
380 B
Ruby
#!/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"
|