From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/ruby/test/csv/ts_all.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jni/ruby/test/csv/ts_all.rb (limited to 'jni/ruby/test/csv/ts_all.rb') diff --git a/jni/ruby/test/csv/ts_all.rb b/jni/ruby/test/csv/ts_all.rb new file mode 100644 index 0000000..3893841 --- /dev/null +++ b/jni/ruby/test/csv/ts_all.rb @@ -0,0 +1,20 @@ +#!/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_encodings" -- cgit v1.2.3