Codebase list feed2imap / 4d666faa-d923-487b-85ff-79799b35c727/main debian / ruby-tests.rb
4d666faa-d923-487b-85ff-79799b35c727/main

Tree @4d666faa-d923-487b-85ff-79799b35c727/main (Download .tar.gz)

ruby-tests.rb @4d666faa-d923-487b-85ff-79799b35c727/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 }