Codebase list feed2imap / scrub-obsolete/main debian / ruby-tests.rb
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

ruby-tests.rb @scrub-obsolete/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 }