File: ruby-tests.rb

package info (click to toggle)
feed2imap 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: ruby: 2,003; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (6)
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 }