mongrel / test / test_suite.rb
100644 4 lines (3 sloc) 0.122 kb
1
2
3
4
Dir.glob('test/unit/*').select { |path| path =~ /^test\/unit\/test_.*\.rb$/ }.each do |test_path|
  require test_path
end