Codebase list feed2imap / 69a14dcd-186f-42ff-b8a7-943d6db8d9ee/main debian / ruby-tests.rb
69a14dcd-186f-42ff-b8a7-943d6db8d9ee/main

Tree @69a14dcd-186f-42ff-b8a7-943d6db8d9ee/main (Download .tar.gz)

ruby-tests.rb @69a14dcd-186f-42ff-b8a7-943d6db8d9ee/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 }