Codebase list feed2imap / 46f1113 debian / ruby-tests.rb
46f1113

Tree @46f1113 (Download .tar.gz)

ruby-tests.rb @46f1113raw · 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 }