summaryrefslogtreecommitdiffstats
path: root/tests/all_tests.rb
blob: d671b240d798b036c039e97cea932dcd278bd22a (plain)
1
2
3
4
Dir.chdir(File.dirname(__FILE__)) do
  Dir.glob('**/test_*.rb') { |test_case| require test_case }
  #Dir.glob('**/test_index.rb') { |test_case| require test_case }
end