aboutsummaryrefslogtreecommitdiffstats
path: root/test.rb
diff options
context:
space:
mode:
authorToshiaki Asai <toshi.alternative@gmail.com>2016-09-03 12:20:43 +0900
committerToshiaki Asai <toshi.alternative@gmail.com>2016-09-03 12:20:43 +0900
commit6ad65c451ba2d30ab681b5671783b88abe32adf3 (patch)
treede5dfc3d563e105ed0a6b7ad7428b21e4d5f0d23 /test.rb
parentd3004d1339615ac8cb9b848fb9fb7e7ffa4cec45 (diff)
downloadmikutter-6ad65c451ba2d30ab681b5671783b88abe32adf3.tar.gz
古いEntityクラスを削除 refs #863
Diffstat (limited to 'test.rb')
-rwxr-xr-xtest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.rb b/test.rb
index 20b720c9..d9329c83 100755
--- a/test.rb
+++ b/test.rb
@@ -5,7 +5,7 @@ successed = []
failed = []
processes = {}
-Dir.glob(File.dirname(__FILE__) + '/test/core/test_*').each{ |f|
+Dir.glob(File.dirname(__FILE__) + '/test/core/**/test_*').each{ |f|
processes[fork { require File.expand_path(f) }] = f }
Process.waitall.each{ |pid, stat|