got clone and init to work - my first writing functions
[rubygit.git] / tests / all_tests.rb
blob0fc5f751c5d3e449bcd313d1207939636c54f234
1 Dir.chdir(File.dirname(__FILE__)) do
2   Dir.glob('**/test_*.rb') { |test_case| require test_case }
3 end