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