Codebase list feed2imap / c06f22e2-3d34-4d49-b5c6-27f725a66d9b/main debian / ruby-tests.rb
c06f22e2-3d34-4d49-b5c6-27f725a66d9b/main

Tree @c06f22e2-3d34-4d49-b5c6-27f725a66d9b/main (Download .tar.gz)

ruby-tests.rb @c06f22e2-3d34-4d49-b5c6-27f725a66d9b/mainraw · history · blame

1
2
3
4
exit if RUBY_VERSION < '1.9'

tests = Dir.glob('test/tc_*.rb') - ['test/tc_httpfetcher.rb']
tests.each { |t| require t }