From 9e1900b4f77c0c11bc8eb029bc7e87cf4da9472f Mon Sep 17 00:00:00 2001 From: nahi Date: Wed, 3 Sep 2003 12:45:36 +0000 Subject: * test: add test directory. Test::Unit aware testcases and needed files should be located in this directory. dir/file name convention; test/{module_name}/test_{testcase_name}.rb test/{module_name}/{needed_files} someday, someone will write testrunner which searches test_*.rb and run testcases automatically * test/csv/*: add testcase for lib/csv.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/csv/tmp/.keep_me | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/csv/tmp/.keep_me (limited to 'test/csv/tmp') diff --git a/test/csv/tmp/.keep_me b/test/csv/tmp/.keep_me new file mode 100644 index 000000000..e69de29bb -- cgit