Codebase list feed2imap / debian/1.2.3-1 debian / ruby-tests.rb
debian/1.2.3-1

Tree @debian/1.2.3-1 (Download .tar.gz)

ruby-tests.rb @debian/1.2.3-1raw · 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 }