|
Revision 2326, 347 bytes
(checked in by tokuhirom, 5 years ago)
|
|
|
-
Property svn:mime-type set to
text/x-ruby; charset=utf-8
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id Date Author Rev URL
|
| Line | |
|---|
| 1 | # all.rb - Unit test for all modules |
|---|
| 2 | # |
|---|
| 3 | # Author:: MIZOGUCHI Coji <mizoguchi.coji at gmail.com> |
|---|
| 4 | # License:: Distributes under the same terms as Ruby |
|---|
| 5 | # |
|---|
| 6 | # $Id$ |
|---|
| 7 | # |
|---|
| 8 | require 'test/unit' |
|---|
| 9 | require 'config/common.rb' |
|---|
| 10 | require 'test/test_ktai_spec' |
|---|
| 11 | require 'test/test_time_stamper' |
|---|
| 12 | require 'test/test_request' |
|---|
| 13 | require 'test/test_ssb' |
|---|
| 14 | require 'test/test_emoji' |
|---|