Codebase list feed2imap / f81e4357-8f08-4b00-8f6d-aac3b41fb16e/main debian / ruby-tests.rb
f81e4357-8f08-4b00-8f6d-aac3b41fb16e/main

Tree @f81e4357-8f08-4b00-8f6d-aac3b41fb16e/main (Download .tar.gz)

ruby-tests.rb @f81e4357-8f08-4b00-8f6d-aac3b41fb16e/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 }