Codebase list feed2imap / 633280ed-7841-4c18-bfb6-1db7680f472c/main debian / ruby-tests.rb
633280ed-7841-4c18-bfb6-1db7680f472c/main

Tree @633280ed-7841-4c18-bfb6-1db7680f472c/main (Download .tar.gz)

ruby-tests.rb @633280ed-7841-4c18-bfb6-1db7680f472c/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 }